Shades of Deep Fir #1C3C23
Tints of Deep Fir #1C3C23
RGB
CMYK
RGB Variations
Color information
#1C3C23 (or 0x1C3C23) is known color: Deep Fir. HEX triplet: 1C, 3C and 23. RGB value is (28,60,35). Sum of RGB (Red+Green+Blue) = 28+60+35=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3C23 is #E3C3DC. Grayscale: #2F2F2F. Windows color (decimal): -14926813 or 2309148. OLE color: 2309148.
HSL color Cylindrical-coordinate representation of color #1C3C23: hue angle of 133.12º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C3C23 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 60 | 35 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.76 |
| HSL | 133.13º | 0.36% | 0.17% | - |
| HSV(B) | 133.13º | 0.53% | 0.24% | - |
| XYZ | 2.4 | 3.6 | 2.16 | - |
| YUV | 47.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 35 | 0.53 | 0 | 0.42 | 0.76 | 133.13 | 0.36 | 0.17 |
| Hex | 1C | 3C | 23 | 35 | 0 | 2A | 4C | 85 | 24 | 11 |
| Octal | 34 | 74 | 43 | 65 | 0 | 52 | 114 | 205 | 44 | 21 |
| Binary | 11100 | 111100 | 100011 | 110101 | 0 | 101010 | 1001100 | 10000101 | 100100 | 10001 |
Color Harmonies of #1C3C23
Complementary color
Monochromatic Colors of #1C3C23
Black with #1C3C23
Text Example
Text Example
White with #1C3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3C23; }
p { color: rgb(28,60,35); }
H1.HeaderClassName
{
color: #1C3C23;
}
.AnyTagClassName
{
color: #1C3C23;
}
</style>
background-color css
<style>
a { background-color: #1C3C23; }
a { background-color: rgb(28,60,35); }
div.DivClassName
{
background-color: #1C3C23;
}
.BgClassName
{
background-color: #1C3C23;
}
</style>
border-color css
<style>
span { border-color: #1C3C23; }
span { border-color: rgb(28,60,35); }
td.TdClassName
{
border-color: #1C3C23;
}
.TagClassName
{
border-color: #1C3C23;
}
</style>