Shades of Deep Fir #1C4324
Tints of Deep Fir #1C4324
RGB
CMYK
RGB Variations
Color information
#1C4324 (or 0x1C4324) is known color: Deep Fir. HEX triplet: 1C, 43 and 24. RGB value is (28,67,36). Sum of RGB (Red+Green+Blue) = 28+67+36=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #1C4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4324 is #E3BCDB. Grayscale: #333333. Windows color (decimal): -14925020 or 2376476. OLE color: 2376476.
HSL color Cylindrical-coordinate representation of color #1C4324: hue angle of 132.31º 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 #1C4324 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 67 | 36 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.74 |
| HSL | 132.31º | 0.41% | 0.19% | - |
| HSV(B) | 132.31º | 0.58% | 0.26% | - |
| XYZ | 2.8 | 4.39 | 2.37 | - |
| YUV | 51.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 36 | 0.58 | 0 | 0.46 | 0.74 | 132.31 | 0.41 | 0.19 |
| Hex | 1C | 43 | 24 | 3A | 0 | 2E | 4A | 84 | 29 | 13 |
| Octal | 34 | 103 | 44 | 72 | 0 | 56 | 112 | 204 | 51 | 23 |
| Binary | 11100 | 1000011 | 100100 | 111010 | 0 | 101110 | 1001010 | 10000100 | 101001 | 10011 |
Color Harmonies of #1C4324
Complementary color
Monochromatic Colors of #1C4324
Black with #1C4324
Text Example
Text Example
White with #1C4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4324; }
p { color: rgb(28,67,36); }
H1.HeaderClassName
{
color: #1C4324;
}
.AnyTagClassName
{
color: #1C4324;
}
</style>
background-color css
<style>
a { background-color: #1C4324; }
a { background-color: rgb(28,67,36); }
div.DivClassName
{
background-color: #1C4324;
}
.BgClassName
{
background-color: #1C4324;
}
</style>
border-color css
<style>
span { border-color: #1C4324; }
span { border-color: rgb(28,67,36); }
td.TdClassName
{
border-color: #1C4324;
}
.TagClassName
{
border-color: #1C4324;
}
</style>