Shades of Deep Fir #1C3D25
Tints of Deep Fir #1C3D25
RGB
CMYK
RGB Variations
Color information
#1C3D25 (or 0x1C3D25) is known color: Deep Fir. HEX triplet: 1C, 3D and 25. RGB value is (28,61,37). Sum of RGB (Red+Green+Blue) = 28+61+37=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #1C3D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D25 is #E3C2DA. Grayscale: #303030. Windows color (decimal): -14926555 or 2440476. OLE color: 2440476.
HSL color Cylindrical-coordinate representation of color #1C3D25: hue angle of 136.36º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C3D25 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 61 | 37 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.76 |
| HSL | 136.36º | 0.37% | 0.17% | - |
| HSV(B) | 136.36º | 0.54% | 0.24% | - |
| XYZ | 2.48 | 3.72 | 2.34 | - |
| YUV | 48.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 61 | 37 | 0.54 | 0 | 0.39 | 0.76 | 136.36 | 0.37 | 0.17 |
| Hex | 1C | 3D | 25 | 36 | 0 | 27 | 4C | 88 | 25 | 11 |
| Octal | 34 | 75 | 45 | 66 | 0 | 47 | 114 | 210 | 45 | 21 |
| Binary | 11100 | 111101 | 100101 | 110110 | 0 | 100111 | 1001100 | 10001000 | 100101 | 10001 |
Color Harmonies of #1C3D25
Complementary color
Monochromatic Colors of #1C3D25
Black with #1C3D25
Text Example
Text Example
White with #1C3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3D25; }
p { color: rgb(28,61,37); }
H1.HeaderClassName
{
color: #1C3D25;
}
.AnyTagClassName
{
color: #1C3D25;
}
</style>
background-color css
<style>
a { background-color: #1C3D25; }
a { background-color: rgb(28,61,37); }
div.DivClassName
{
background-color: #1C3D25;
}
.BgClassName
{
background-color: #1C3D25;
}
</style>
border-color css
<style>
span { border-color: #1C3D25; }
span { border-color: rgb(28,61,37); }
td.TdClassName
{
border-color: #1C3D25;
}
.TagClassName
{
border-color: #1C3D25;
}
</style>