Shades of Deep Fir #1C4227
Tints of Deep Fir #1C4227
RGB
CMYK
RGB Variations
Color information
#1C4227 (or 0x1C4227) is known color: Deep Fir. HEX triplet: 1C, 42 and 27. RGB value is (28,66,39). Sum of RGB (Red+Green+Blue) = 28+66+39=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #1C4227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4227 is #E3BDD8. Grayscale: #333333. Windows color (decimal): -14925273 or 2572828. OLE color: 2572828.
HSL color Cylindrical-coordinate representation of color #1C4227: hue angle of 137.37º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4227 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 66 | 39 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.74 |
| HSL | 137.37º | 0.4% | 0.18% | - |
| HSV(B) | 137.37º | 0.58% | 0.26% | - |
| XYZ | 2.79 | 4.29 | 2.6 | - |
| YUV | 51.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 39 | 0.58 | 0 | 0.41 | 0.74 | 137.37 | 0.4 | 0.18 |
| Hex | 1C | 42 | 27 | 3A | 0 | 29 | 4A | 89 | 28 | 12 |
| Octal | 34 | 102 | 47 | 72 | 0 | 51 | 112 | 211 | 50 | 22 |
| Binary | 11100 | 1000010 | 100111 | 111010 | 0 | 101001 | 1001010 | 10001001 | 101000 | 10010 |
Color Harmonies of #1C4227
Complementary color
Monochromatic Colors of #1C4227
Black with #1C4227
Text Example
Text Example
White with #1C4227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4227; }
p { color: rgb(28,66,39); }
H1.HeaderClassName
{
color: #1C4227;
}
.AnyTagClassName
{
color: #1C4227;
}
</style>
background-color css
<style>
a { background-color: #1C4227; }
a { background-color: rgb(28,66,39); }
div.DivClassName
{
background-color: #1C4227;
}
.BgClassName
{
background-color: #1C4227;
}
</style>
border-color css
<style>
span { border-color: #1C4227; }
span { border-color: rgb(28,66,39); }
td.TdClassName
{
border-color: #1C4227;
}
.TagClassName
{
border-color: #1C4227;
}
</style>