Shades of Deep Fir #1D432B
Tints of Deep Fir #1D432B
RGB
CMYK
RGB Variations
Color information
#1D432B (or 0x1D432B) is known color: Deep Fir. HEX triplet: 1D, 43 and 2B. RGB value is (29,67,43). Sum of RGB (Red+Green+Blue) = 29+67+43=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #1D432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D432B is #E2BCD4. Grayscale: #343434. Windows color (decimal): -14859477 or 2835229. OLE color: 2835229.
HSL color Cylindrical-coordinate representation of color #1D432B: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D432B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 43 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.74 |
| HSL | 142.11º | 0.4% | 0.19% | - |
| HSV(B) | 142.11º | 0.57% | 0.26% | - |
| XYZ | 2.95 | 4.45 | 2.99 | - |
| YUV | 52.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 43 | 0.57 | 0 | 0.36 | 0.74 | 142.11 | 0.4 | 0.19 |
| Hex | 1D | 43 | 2B | 39 | 0 | 24 | 4A | 8E | 28 | 13 |
| Octal | 35 | 103 | 53 | 71 | 0 | 44 | 112 | 216 | 50 | 23 |
| Binary | 11101 | 1000011 | 101011 | 111001 | 0 | 100100 | 1001010 | 10001110 | 101000 | 10011 |
Color Harmonies of #1D432B
Complementary color
Monochromatic Colors of #1D432B
Black with #1D432B
Text Example
Text Example
White with #1D432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D432B; }
p { color: rgb(29,67,43); }
H1.HeaderClassName
{
color: #1D432B;
}
.AnyTagClassName
{
color: #1D432B;
}
</style>
background-color css
<style>
a { background-color: #1D432B; }
a { background-color: rgb(29,67,43); }
div.DivClassName
{
background-color: #1D432B;
}
.BgClassName
{
background-color: #1D432B;
}
</style>
border-color css
<style>
span { border-color: #1D432B; }
span { border-color: rgb(29,67,43); }
td.TdClassName
{
border-color: #1D432B;
}
.TagClassName
{
border-color: #1D432B;
}
</style>