Shades of Deep Fir #1C4029
Tints of Deep Fir #1C4029
RGB
CMYK
RGB Variations
Color information
#1C4029 (or 0x1C4029) is known color: Deep Fir. HEX triplet: 1C, 40 and 29. RGB value is (28,64,41). Sum of RGB (Red+Green+Blue) = 28+64+41=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4029 is #E3BFD6. Grayscale: #323232. Windows color (decimal): -14925783 or 2703388. OLE color: 2703388.
HSL color Cylindrical-coordinate representation of color #1C4029: hue angle of 141.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4029 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 41 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.75 |
| HSL | 141.67º | 0.39% | 0.18% | - |
| HSV(B) | 141.67º | 0.56% | 0.25% | - |
| XYZ | 2.71 | 4.07 | 2.74 | - |
| YUV | 50.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 41 | 0.56 | 0 | 0.36 | 0.75 | 141.67 | 0.39 | 0.18 |
| Hex | 1C | 40 | 29 | 38 | 0 | 24 | 4B | 8E | 27 | 12 |
| Octal | 34 | 100 | 51 | 70 | 0 | 44 | 113 | 216 | 47 | 22 |
| Binary | 11100 | 1000000 | 101001 | 111000 | 0 | 100100 | 1001011 | 10001110 | 100111 | 10010 |
Color Harmonies of #1C4029
Complementary color
Monochromatic Colors of #1C4029
Black with #1C4029
Text Example
Text Example
White with #1C4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4029; }
p { color: rgb(28,64,41); }
H1.HeaderClassName
{
color: #1C4029;
}
.AnyTagClassName
{
color: #1C4029;
}
</style>
background-color css
<style>
a { background-color: #1C4029; }
a { background-color: rgb(28,64,41); }
div.DivClassName
{
background-color: #1C4029;
}
.BgClassName
{
background-color: #1C4029;
}
</style>
border-color css
<style>
span { border-color: #1C4029; }
span { border-color: rgb(28,64,41); }
td.TdClassName
{
border-color: #1C4029;
}
.TagClassName
{
border-color: #1C4029;
}
</style>