crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#133f05 hex color - Green - Cool color - Information

#133f05 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #133f05 Color code in RGB color code model is created after adding 7.45% red color, 24.71% green color and 1.96% blue color. Hex #133f05 Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 0% magenta, 92% yellow and 75% black.

Hex #133f05 color code is between #114400 web safe hex color code and #223300 web safe hex color code. #114400 is the nearest web safe color code. You can see here many more shades of #133f05 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code133f05#133f05
RGB Decimal19, 63, 5rgb(19, 63, 5)
RGB Percent7%, 25%, 2%rgb(7%, 25%, 2%)
CSS RGBa19, 63, 5,1rgba(19,63,5,1)
CMYK Modelcmyk(70%,0%,92%,75%)
HSL Color Space106,85% ,13%hsl(106,85% ,13%)
HSV Color Space106°, 92%, 25%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110011111100000101
Octal23775
Decimal19635
Hex133f05

Different shades of #133f05 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #133f05
#216e09
Dark Shade of #133f05
#051001
Saturated Shade of #133f05
#114202
Desaturated Shade of #133f05
#153c08
Grey scale Shade of #133f05
#222222
Brighten Shade
#2c581e
Most Readable Shade
#FFFFFF

Shades of #133f05 color code

Generate more color scales with scales (color stack) generator.

#133f05
#103804
#0e3103
#0c2a03
#0a2302
#081c02
#061501
#040e01
#020700
#000000

Similar Color like #133f05 color

Find visually similar hex color codes nearing to #133f05 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#144006
#154107
#164208
#174309
#18440a
#19450b
#1a460c
#1b470d
#1c480e
#1d490f
#1e4a10
#1f4b11
#204c12
#214d13
#123e04
#113d03
#103c02
#0f3b01
#0e3a00
#0d3900
#0c3800
#0b3700
#0a3600
#093500
#083400
#073300
#063200
#053100

Monochromatic Color with #133f05

#133f05
#206908
#2d940c
#39be0f
#46e912
#061402

Tints of #133f05 Color

#133f05
#2d5420
#47693c
#617f58
#7b9474
#96a98f
#b0bfab
#cad4c7
#e4e9e3
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#133f05
#31053f

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#133f05
#14053f
#3f0530

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#2a3f05
#1f3f05
#133f05
#073f05
#053f0e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#133f05
#05133f
#3f0513

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#133f05
#05303f
#31053f
#3f1405

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#133f05
#31053f
#3f0530
#053f14

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #133f05 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#133f05 Color Code Preview on Black Background Color

This is how #133f05 Color will look on black background color. Color contrast ratio is 1.74

#133f05 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#133f05">Your Example Paragraph content text in with font color #133f05 </p>

Your Example Paragraph content text in with font color #133f05

HTML with inline CSS

<div style="color:#133f05">Your Paragraph text in with font color #133f05 </div>

Your Example Paragraph content text in with font color #133f05

#133f05 color code is use for CSS Background Color

Background color for the above div is #133f05

HTML with inline CSS

<div style="background-color:#133f05;"></div>

#133f05 color code is use for CSS Border Color

CSS Border color for the above div is #133f05

HTML with inline CSS

<div style="border:5px solid #133f05;"></div>

CSS Border Left color for the above div is #133f05

HTML with inline CSS

<div style="border-left:5px solid #133f05;"></div>

CSS Border Right color for the above div is #133f05

HTML with inline CSS

<div style="border-right:5px solid #133f05;"></div>

CSS Border Bottom color for the above div is #133f05

HTML with inline CSS

<div style="border-bottom:5px solid #133f05;"></div>

CSS Border Top color for the above div is #133f05

HTML with inline CSS

<div style="border-top:5px solid #133f05;"></div>

#133f05 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#133f05; } .examplecolorclass {color:#133f05; } .examplebordercolor {border:3px solid #133f05; }

#133f05 Color code Preview on White Background

This is how #133f05 Color code will look on white background color. Color contrast ratio is 12.06

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #133f05; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #133f05; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.