Shades of Deep Fir #132F1C
Tints of Deep Fir #132F1C
RGB
CMYK
RGB Variations
Color information
#132F1C (or 0x132F1C) is known color: Deep Fir. HEX triplet: 13, 2F and 1C. RGB value is (19,47,28). Sum of RGB (Red+Green+Blue) = 19+47+28=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 47 (18.75% from 255 or 50% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1C is #ECD0E3. Grayscale: #242424. Windows color (decimal): -15519972 or 1847059. OLE color: 1847059.
HSL color Cylindrical-coordinate representation of color #132F1C: hue angle of 139.29º 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 #132F1C is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 28 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.82 |
| HSL | 139.29º | 0.42% | 0.13% | - |
| HSV(B) | 139.29º | 0.6% | 0.18% | - |
| XYZ | 1.49 | 2.26 | 1.46 | - |
| YUV | 36.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 28 | 0.60 | 0 | 0.40 | 0.82 | 139.29 | 0.42 | 0.13 |
| Hex | 13 | 2F | 1C | 3C | 0 | 28 | 52 | 8B | 2A | D |
| Octal | 23 | 57 | 34 | 74 | 0 | 50 | 122 | 213 | 52 | 15 |
| Binary | 10011 | 101111 | 11100 | 111100 | 0 | 101000 | 1010010 | 10001011 | 101010 | 1101 |
Color Harmonies of #132F1C
Complementary color
Monochromatic Colors of #132F1C
Black with #132F1C
Text Example
Text Example
White with #132F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F1C; }
p { color: rgb(19,47,28); }
H1.HeaderClassName
{
color: #132F1C;
}
.AnyTagClassName
{
color: #132F1C;
}
</style>
background-color css
<style>
a { background-color: #132F1C; }
a { background-color: rgb(19,47,28); }
div.DivClassName
{
background-color: #132F1C;
}
.BgClassName
{
background-color: #132F1C;
}
</style>
border-color css
<style>
span { border-color: #132F1C; }
span { border-color: rgb(19,47,28); }
td.TdClassName
{
border-color: #132F1C;
}
.TagClassName
{
border-color: #132F1C;
}
</style>