Shades of Deep Fir #132D1C
Tints of Deep Fir #132D1C
RGB
CMYK
RGB Variations
Color information
#132D1C (or 0x132D1C) is known color: Deep Fir. HEX triplet: 13, 2D and 1C. RGB value is (19,45,28). Sum of RGB (Red+Green+Blue) = 19+45+28=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #132D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D1C is #ECD2E3. Grayscale: #232323. Windows color (decimal): -15520484 or 1846547. OLE color: 1846547.
HSL color Cylindrical-coordinate representation of color #132D1C: hue angle of 140.77º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #132D1C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 45 | 28 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.82 |
| HSL | 140.77º | 0.41% | 0.13% | - |
| HSV(B) | 140.77º | 0.58% | 0.18% | - |
| XYZ | 1.42 | 2.1 | 1.43 | - |
| YUV | 35.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 28 | 0.58 | 0 | 0.38 | 0.82 | 140.77 | 0.41 | 0.13 |
| Hex | 13 | 2D | 1C | 3A | 0 | 26 | 52 | 8D | 29 | D |
| Octal | 23 | 55 | 34 | 72 | 0 | 46 | 122 | 215 | 51 | 15 |
| Binary | 10011 | 101101 | 11100 | 111010 | 0 | 100110 | 1010010 | 10001101 | 101001 | 1101 |
Color Harmonies of #132D1C
Complementary color
Monochromatic Colors of #132D1C
Black with #132D1C
Text Example
Text Example
White with #132D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D1C; }
p { color: rgb(19,45,28); }
H1.HeaderClassName
{
color: #132D1C;
}
.AnyTagClassName
{
color: #132D1C;
}
</style>
background-color css
<style>
a { background-color: #132D1C; }
a { background-color: rgb(19,45,28); }
div.DivClassName
{
background-color: #132D1C;
}
.BgClassName
{
background-color: #132D1C;
}
</style>
border-color css
<style>
span { border-color: #132D1C; }
span { border-color: rgb(19,45,28); }
td.TdClassName
{
border-color: #132D1C;
}
.TagClassName
{
border-color: #132D1C;
}
</style>