Shades of Deep Fir #133E20
Tints of Deep Fir #133E20
RGB
CMYK
RGB Variations
Color information
#133E20 (or 0x133E20) is known color: Deep Fir. HEX triplet: 13, 3E and 20. RGB value is (19,62,32). Sum of RGB (Red+Green+Blue) = 19+62+32=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #133E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E20 is #ECC1DF. Grayscale: #2D2D2D. Windows color (decimal): -15516128 or 2113043. OLE color: 2113043.
HSL color Cylindrical-coordinate representation of color #133E20: hue angle of 138.14º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E20 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 62 | 32 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.76 |
| HSL | 138.14º | 0.53% | 0.16% | - |
| HSV(B) | 138.14º | 0.69% | 0.24% | - |
| XYZ | 2.25 | 3.69 | 1.96 | - |
| YUV | 45.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 32 | 0.69 | 0 | 0.48 | 0.76 | 138.14 | 0.53 | 0.16 |
| Hex | 13 | 3E | 20 | 45 | 0 | 30 | 4C | 8A | 35 | 10 |
| Octal | 23 | 76 | 40 | 105 | 0 | 60 | 114 | 212 | 65 | 20 |
| Binary | 10011 | 111110 | 100000 | 1000101 | 0 | 110000 | 1001100 | 10001010 | 110101 | 10000 |
Color Harmonies of #133E20
Complementary color
Monochromatic Colors of #133E20
Black with #133E20
Text Example
Text Example
White with #133E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E20; }
p { color: rgb(19,62,32); }
H1.HeaderClassName
{
color: #133E20;
}
.AnyTagClassName
{
color: #133E20;
}
</style>
background-color css
<style>
a { background-color: #133E20; }
a { background-color: rgb(19,62,32); }
div.DivClassName
{
background-color: #133E20;
}
.BgClassName
{
background-color: #133E20;
}
</style>
border-color css
<style>
span { border-color: #133E20; }
span { border-color: rgb(19,62,32); }
td.TdClassName
{
border-color: #133E20;
}
.TagClassName
{
border-color: #133E20;
}
</style>