Shades of Deep Fir #1C3825
Tints of Deep Fir #1C3825
RGB
CMYK
RGB Variations
Color information
#1C3825 (or 0x1C3825) is known color: Deep Fir. HEX triplet: 1C, 38 and 25. RGB value is (28,56,37). Sum of RGB (Red+Green+Blue) = 28+56+37=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3825 is #E3C7DA. Grayscale: #2D2D2D. Windows color (decimal): -14927835 or 2439196. OLE color: 2439196.
HSL color Cylindrical-coordinate representation of color #1C3825: hue angle of 139.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3825 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 37 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.78 |
| HSL | 139.29º | 0.33% | 0.16% | - |
| HSV(B) | 139.29º | 0.5% | 0.22% | - |
| XYZ | 2.23 | 3.21 | 2.25 | - |
| YUV | 45.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 37 | 0.50 | 0 | 0.34 | 0.78 | 139.29 | 0.33 | 0.16 |
| Hex | 1C | 38 | 25 | 32 | 0 | 22 | 4E | 8B | 21 | 10 |
| Octal | 34 | 70 | 45 | 62 | 0 | 42 | 116 | 213 | 41 | 20 |
| Binary | 11100 | 111000 | 100101 | 110010 | 0 | 100010 | 1001110 | 10001011 | 100001 | 10000 |
Color Harmonies of #1C3825
Complementary color
Monochromatic Colors of #1C3825
Black with #1C3825
Text Example
Text Example
White with #1C3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3825; }
p { color: rgb(28,56,37); }
H1.HeaderClassName
{
color: #1C3825;
}
.AnyTagClassName
{
color: #1C3825;
}
</style>
background-color css
<style>
a { background-color: #1C3825; }
a { background-color: rgb(28,56,37); }
div.DivClassName
{
background-color: #1C3825;
}
.BgClassName
{
background-color: #1C3825;
}
</style>
border-color css
<style>
span { border-color: #1C3825; }
span { border-color: rgb(28,56,37); }
td.TdClassName
{
border-color: #1C3825;
}
.TagClassName
{
border-color: #1C3825;
}
</style>