Shades of Deep Fir #1C4127
Tints of Deep Fir #1C4127
RGB
CMYK
RGB Variations
Color information
#1C4127 (or 0x1C4127) is known color: Deep Fir. HEX triplet: 1C, 41 and 27. RGB value is (28,65,39). Sum of RGB (Red+Green+Blue) = 28+65+39=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #1C4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4127 is #E3BED8. Grayscale: #333333. Windows color (decimal): -14925529 or 2572572. OLE color: 2572572.
HSL color Cylindrical-coordinate representation of color #1C4127: hue angle of 137.84º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C4127 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 65 | 39 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.75 |
| HSL | 137.84º | 0.4% | 0.18% | - |
| HSV(B) | 137.84º | 0.57% | 0.25% | - |
| XYZ | 2.74 | 4.17 | 2.58 | - |
| YUV | 50.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 39 | 0.57 | 0 | 0.40 | 0.75 | 137.84 | 0.4 | 0.18 |
| Hex | 1C | 41 | 27 | 39 | 0 | 28 | 4B | 8A | 28 | 12 |
| Octal | 34 | 101 | 47 | 71 | 0 | 50 | 113 | 212 | 50 | 22 |
| Binary | 11100 | 1000001 | 100111 | 111001 | 0 | 101000 | 1001011 | 10001010 | 101000 | 10010 |
Color Harmonies of #1C4127
Complementary color
Monochromatic Colors of #1C4127
Black with #1C4127
Text Example
Text Example
White with #1C4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4127; }
p { color: rgb(28,65,39); }
H1.HeaderClassName
{
color: #1C4127;
}
.AnyTagClassName
{
color: #1C4127;
}
</style>
background-color css
<style>
a { background-color: #1C4127; }
a { background-color: rgb(28,65,39); }
div.DivClassName
{
background-color: #1C4127;
}
.BgClassName
{
background-color: #1C4127;
}
</style>
border-color css
<style>
span { border-color: #1C4127; }
span { border-color: rgb(28,65,39); }
td.TdClassName
{
border-color: #1C4127;
}
.TagClassName
{
border-color: #1C4127;
}
</style>