Shades of Deep Fir #1C4026
Tints of Deep Fir #1C4026
RGB
CMYK
RGB Variations
Color information
#1C4026 (or 0x1C4026) is known color: Deep Fir. HEX triplet: 1C, 40 and 26. RGB value is (28,64,38). Sum of RGB (Red+Green+Blue) = 28+64+38=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4026 is #E3BFD9. Grayscale: #323232. Windows color (decimal): -14925786 or 2506780. OLE color: 2506780.
HSL color Cylindrical-coordinate representation of color #1C4026: hue angle of 136.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4026 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 64 | 38 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.75 |
| HSL | 136.67º | 0.39% | 0.18% | - |
| HSV(B) | 136.67º | 0.56% | 0.25% | - |
| XYZ | 2.66 | 4.05 | 2.48 | - |
| YUV | 50.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 38 | 0.56 | 0 | 0.41 | 0.75 | 136.67 | 0.39 | 0.18 |
| Hex | 1C | 40 | 26 | 38 | 0 | 29 | 4B | 89 | 27 | 12 |
| Octal | 34 | 100 | 46 | 70 | 0 | 51 | 113 | 211 | 47 | 22 |
| Binary | 11100 | 1000000 | 100110 | 111000 | 0 | 101001 | 1001011 | 10001001 | 100111 | 10010 |
Color Harmonies of #1C4026
Complementary color
Monochromatic Colors of #1C4026
Black with #1C4026
Text Example
Text Example
White with #1C4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4026; }
p { color: rgb(28,64,38); }
H1.HeaderClassName
{
color: #1C4026;
}
.AnyTagClassName
{
color: #1C4026;
}
</style>
background-color css
<style>
a { background-color: #1C4026; }
a { background-color: rgb(28,64,38); }
div.DivClassName
{
background-color: #1C4026;
}
.BgClassName
{
background-color: #1C4026;
}
</style>
border-color css
<style>
span { border-color: #1C4026; }
span { border-color: rgb(28,64,38); }
td.TdClassName
{
border-color: #1C4026;
}
.TagClassName
{
border-color: #1C4026;
}
</style>