Shades of Deep Fir #1E3E25
Tints of Deep Fir #1E3E25
RGB
CMYK
RGB Variations
Color information
#1E3E25 (or 0x1E3E25) is known color: Deep Fir. HEX triplet: 1E, 3E and 25. RGB value is (30,62,37). Sum of RGB (Red+Green+Blue) = 30+62+37=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E25 is #E1C1DA. Grayscale: #313131. Windows color (decimal): -14795227 or 2440734. OLE color: 2440734.
HSL color Cylindrical-coordinate representation of color #1E3E25: hue angle of 133.12º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E25 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 37 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.76 |
| HSL | 133.13º | 0.35% | 0.18% | - |
| HSV(B) | 133.13º | 0.52% | 0.24% | - |
| XYZ | 2.59 | 3.85 | 2.36 | - |
| YUV | 49.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 37 | 0.52 | 0 | 0.40 | 0.76 | 133.13 | 0.35 | 0.18 |
| Hex | 1E | 3E | 25 | 34 | 0 | 28 | 4C | 85 | 23 | 12 |
| Octal | 36 | 76 | 45 | 64 | 0 | 50 | 114 | 205 | 43 | 22 |
| Binary | 11110 | 111110 | 100101 | 110100 | 0 | 101000 | 1001100 | 10000101 | 100011 | 10010 |
Color Harmonies of #1E3E25
Complementary color
Monochromatic Colors of #1E3E25
Black with #1E3E25
Text Example
Text Example
White with #1E3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E25; }
p { color: rgb(30,62,37); }
H1.HeaderClassName
{
color: #1E3E25;
}
.AnyTagClassName
{
color: #1E3E25;
}
</style>
background-color css
<style>
a { background-color: #1E3E25; }
a { background-color: rgb(30,62,37); }
div.DivClassName
{
background-color: #1E3E25;
}
.BgClassName
{
background-color: #1E3E25;
}
</style>
border-color css
<style>
span { border-color: #1E3E25; }
span { border-color: rgb(30,62,37); }
td.TdClassName
{
border-color: #1E3E25;
}
.TagClassName
{
border-color: #1E3E25;
}
</style>