Shades of Deep Fir #1E3927
Tints of Deep Fir #1E3927
RGB
CMYK
RGB Variations
Color information
#1E3927 (or 0x1E3927) is known color: Deep Fir. HEX triplet: 1E, 39 and 27. RGB value is (30,57,39). Sum of RGB (Red+Green+Blue) = 30+57+39=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3927 is #E1C6D8. Grayscale: #2E2E2E. Windows color (decimal): -14796505 or 2570526. OLE color: 2570526.
HSL color Cylindrical-coordinate representation of color #1E3927: hue angle of 140º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3927 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 39 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.78 |
| HSL | 140º | 0.31% | 0.17% | - |
| HSV(B) | 140º | 0.47% | 0.22% | - |
| XYZ | 2.36 | 3.35 | 2.44 | - |
| YUV | 46.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 39 | 0.47 | 0 | 0.32 | 0.78 | 140 | 0.31 | 0.17 |
| Hex | 1E | 39 | 27 | 2F | 0 | 20 | 4E | 8C | 1F | 11 |
| Octal | 36 | 71 | 47 | 57 | 0 | 40 | 116 | 214 | 37 | 21 |
| Binary | 11110 | 111001 | 100111 | 101111 | 0 | 100000 | 1001110 | 10001100 | 11111 | 10001 |
Color Harmonies of #1E3927
Complementary color
Monochromatic Colors of #1E3927
Black with #1E3927
Text Example
Text Example
White with #1E3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3927; }
p { color: rgb(30,57,39); }
H1.HeaderClassName
{
color: #1E3927;
}
.AnyTagClassName
{
color: #1E3927;
}
</style>
background-color css
<style>
a { background-color: #1E3927; }
a { background-color: rgb(30,57,39); }
div.DivClassName
{
background-color: #1E3927;
}
.BgClassName
{
background-color: #1E3927;
}
</style>
border-color css
<style>
span { border-color: #1E3927; }
span { border-color: rgb(30,57,39); }
td.TdClassName
{
border-color: #1E3927;
}
.TagClassName
{
border-color: #1E3927;
}
</style>