Shades of Deep Fir #1C4828
Tints of Deep Fir #1C4828
RGB
CMYK
RGB Variations
Color information
#1C4828 (or 0x1C4828) is known color: Deep Fir. HEX triplet: 1C, 48 and 28. RGB value is (28,72,40). Sum of RGB (Red+Green+Blue) = 28+72+40=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4828 is #E3B7D7. Grayscale: #373737. Windows color (decimal): -14923736 or 2639900. OLE color: 2639900.
HSL color Cylindrical-coordinate representation of color #1C4828: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4828 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 40 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.72 |
| HSL | 136.36º | 0.44% | 0.2% | - |
| HSV(B) | 136.36º | 0.61% | 0.28% | - |
| XYZ | 3.18 | 5.03 | 2.81 | - |
| YUV | 55.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 40 | 0.61 | 0 | 0.44 | 0.72 | 136.36 | 0.44 | 0.2 |
| Hex | 1C | 48 | 28 | 3D | 0 | 2C | 48 | 88 | 2C | 14 |
| Octal | 34 | 110 | 50 | 75 | 0 | 54 | 110 | 210 | 54 | 24 |
| Binary | 11100 | 1001000 | 101000 | 111101 | 0 | 101100 | 1001000 | 10001000 | 101100 | 10100 |
Color Harmonies of #1C4828
Complementary color
Monochromatic Colors of #1C4828
Black with #1C4828
Text Example
Text Example
White with #1C4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4828; }
p { color: rgb(28,72,40); }
H1.HeaderClassName
{
color: #1C4828;
}
.AnyTagClassName
{
color: #1C4828;
}
</style>
background-color css
<style>
a { background-color: #1C4828; }
a { background-color: rgb(28,72,40); }
div.DivClassName
{
background-color: #1C4828;
}
.BgClassName
{
background-color: #1C4828;
}
</style>
border-color css
<style>
span { border-color: #1C4828; }
span { border-color: rgb(28,72,40); }
td.TdClassName
{
border-color: #1C4828;
}
.TagClassName
{
border-color: #1C4828;
}
</style>