Shades of Deep Fir #132F1A
Tints of Deep Fir #132F1A
RGB
CMYK
RGB Variations
Color information
#132F1A (or 0x132F1A) is known color: Deep Fir. HEX triplet: 13, 2F and 1A. RGB value is (19,47,26). Sum of RGB (Red+Green+Blue) = 19+47+26=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1A is #ECD0E5. Grayscale: #242424. Windows color (decimal): -15519974 or 1715987. OLE color: 1715987.
HSL color Cylindrical-coordinate representation of color #132F1A: hue angle of 135º 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 #132F1A is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 26 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.82 |
| HSL | 135º | 0.42% | 0.13% | - |
| HSV(B) | 135º | 0.6% | 0.18% | - |
| XYZ | 1.47 | 2.25 | 1.33 | - |
| YUV | 36.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 26 | 0.60 | 0 | 0.45 | 0.82 | 135 | 0.42 | 0.13 |
| Hex | 13 | 2F | 1A | 3C | 0 | 2D | 52 | 87 | 2A | D |
| Octal | 23 | 57 | 32 | 74 | 0 | 55 | 122 | 207 | 52 | 15 |
| Binary | 10011 | 101111 | 11010 | 111100 | 0 | 101101 | 1010010 | 10000111 | 101010 | 1101 |
Color Harmonies of #132F1A
Complementary color
Monochromatic Colors of #132F1A
Black with #132F1A
Text Example
Text Example
White with #132F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F1A; }
p { color: rgb(19,47,26); }
H1.HeaderClassName
{
color: #132F1A;
}
.AnyTagClassName
{
color: #132F1A;
}
</style>
background-color css
<style>
a { background-color: #132F1A; }
a { background-color: rgb(19,47,26); }
div.DivClassName
{
background-color: #132F1A;
}
.BgClassName
{
background-color: #132F1A;
}
</style>
border-color css
<style>
span { border-color: #132F1A; }
span { border-color: rgb(19,47,26); }
td.TdClassName
{
border-color: #132F1A;
}
.TagClassName
{
border-color: #132F1A;
}
</style>