Shades of Deep Fir #1C3F25
Tints of Deep Fir #1C3F25
RGB
CMYK
RGB Variations
Color information
#1C3F25 (or 0x1C3F25) is known color: Deep Fir. HEX triplet: 1C, 3F and 25. RGB value is (28,63,37). Sum of RGB (Red+Green+Blue) = 28+63+37=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #1C3F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3F25 is #E3C0DA. Grayscale: #313131. Windows color (decimal): -14926043 or 2440988. OLE color: 2440988.
HSL color Cylindrical-coordinate representation of color #1C3F25: hue angle of 135.43º degrees, saturation: 0.38, 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 #1C3F25 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 63 | 37 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.75 |
| HSL | 135.43º | 0.38% | 0.18% | - |
| HSV(B) | 135.43º | 0.56% | 0.25% | - |
| XYZ | 2.59 | 3.94 | 2.37 | - |
| YUV | 49.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 37 | 0.56 | 0 | 0.41 | 0.75 | 135.43 | 0.38 | 0.18 |
| Hex | 1C | 3F | 25 | 38 | 0 | 29 | 4B | 87 | 26 | 12 |
| Octal | 34 | 77 | 45 | 70 | 0 | 51 | 113 | 207 | 46 | 22 |
| Binary | 11100 | 111111 | 100101 | 111000 | 0 | 101001 | 1001011 | 10000111 | 100110 | 10010 |
Color Harmonies of #1C3F25
Complementary color
Monochromatic Colors of #1C3F25
Black with #1C3F25
Text Example
Text Example
White with #1C3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3F25; }
p { color: rgb(28,63,37); }
H1.HeaderClassName
{
color: #1C3F25;
}
.AnyTagClassName
{
color: #1C3F25;
}
</style>
background-color css
<style>
a { background-color: #1C3F25; }
a { background-color: rgb(28,63,37); }
div.DivClassName
{
background-color: #1C3F25;
}
.BgClassName
{
background-color: #1C3F25;
}
</style>
border-color css
<style>
span { border-color: #1C3F25; }
span { border-color: rgb(28,63,37); }
td.TdClassName
{
border-color: #1C3F25;
}
.TagClassName
{
border-color: #1C3F25;
}
</style>