Shades of Deep Fir #1C4325
Tints of Deep Fir #1C4325
RGB
CMYK
RGB Variations
Color information
#1C4325 (or 0x1C4325) is known color: Deep Fir. HEX triplet: 1C, 43 and 25. RGB value is (28,67,37). Sum of RGB (Red+Green+Blue) = 28+67+37=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4325 is #E3BCDA. Grayscale: #343434. Windows color (decimal): -14925019 or 2442012. OLE color: 2442012.
HSL color Cylindrical-coordinate representation of color #1C4325: hue angle of 133.85º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C4325 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 37 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.74 |
| HSL | 133.85º | 0.41% | 0.19% | - |
| HSV(B) | 133.85º | 0.58% | 0.26% | - |
| XYZ | 2.82 | 4.39 | 2.45 | - |
| YUV | 51.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 37 | 0.58 | 0 | 0.45 | 0.74 | 133.85 | 0.41 | 0.19 |
| Hex | 1C | 43 | 25 | 3A | 0 | 2D | 4A | 86 | 29 | 13 |
| Octal | 34 | 103 | 45 | 72 | 0 | 55 | 112 | 206 | 51 | 23 |
| Binary | 11100 | 1000011 | 100101 | 111010 | 0 | 101101 | 1001010 | 10000110 | 101001 | 10011 |
Color Harmonies of #1C4325
Complementary color
Monochromatic Colors of #1C4325
Black with #1C4325
Text Example
Text Example
White with #1C4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4325; }
p { color: rgb(28,67,37); }
H1.HeaderClassName
{
color: #1C4325;
}
.AnyTagClassName
{
color: #1C4325;
}
</style>
background-color css
<style>
a { background-color: #1C4325; }
a { background-color: rgb(28,67,37); }
div.DivClassName
{
background-color: #1C4325;
}
.BgClassName
{
background-color: #1C4325;
}
</style>
border-color css
<style>
span { border-color: #1C4325; }
span { border-color: rgb(28,67,37); }
td.TdClassName
{
border-color: #1C4325;
}
.TagClassName
{
border-color: #1C4325;
}
</style>