Shades of Deep Fir #132F1E
Tints of Deep Fir #132F1E
RGB
CMYK
RGB Variations
Color information
#132F1E (or 0x132F1E) is known color: Deep Fir. HEX triplet: 13, 2F and 1E. RGB value is (19,47,30). Sum of RGB (Red+Green+Blue) = 19+47+30=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1E is #ECD0E1. Grayscale: #242424. Windows color (decimal): -15519970 or 1978131. OLE color: 1978131.
HSL color Cylindrical-coordinate representation of color #132F1E: hue angle of 143.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F1E is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 30 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.82 |
| HSL | 143.57º | 0.42% | 0.13% | - |
| HSV(B) | 143.57º | 0.6% | 0.18% | - |
| XYZ | 1.52 | 2.27 | 1.59 | - |
| YUV | 36.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 30 | 0.60 | 0 | 0.36 | 0.82 | 143.57 | 0.42 | 0.13 |
| Hex | 13 | 2F | 1E | 3C | 0 | 24 | 52 | 90 | 2A | D |
| Octal | 23 | 57 | 36 | 74 | 0 | 44 | 122 | 220 | 52 | 15 |
| Binary | 10011 | 101111 | 11110 | 111100 | 0 | 100100 | 1010010 | 10010000 | 101010 | 1101 |
Color Harmonies of #132F1E
Complementary color
Monochromatic Colors of #132F1E
Black with #132F1E
Text Example
Text Example
White with #132F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F1E; }
p { color: rgb(19,47,30); }
H1.HeaderClassName
{
color: #132F1E;
}
.AnyTagClassName
{
color: #132F1E;
}
</style>
background-color css
<style>
a { background-color: #132F1E; }
a { background-color: rgb(19,47,30); }
div.DivClassName
{
background-color: #132F1E;
}
.BgClassName
{
background-color: #132F1E;
}
</style>
border-color css
<style>
span { border-color: #132F1E; }
span { border-color: rgb(19,47,30); }
td.TdClassName
{
border-color: #132F1E;
}
.TagClassName
{
border-color: #132F1E;
}
</style>