Shades of Deep Fir #1E4827
Tints of Deep Fir #1E4827
RGB
CMYK
RGB Variations
Color information
#1E4827 (or 0x1E4827) is known color: Deep Fir. HEX triplet: 1E, 48 and 27. RGB value is (30,72,39). Sum of RGB (Red+Green+Blue) = 30+72+39=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4827 is #E1B7D8. Grayscale: #373737. Windows color (decimal): -14792665 or 2574366. OLE color: 2574366.
HSL color Cylindrical-coordinate representation of color #1E4827: hue angle of 132.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4827 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 72 | 39 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.72 |
| HSL | 132.86º | 0.41% | 0.2% | - |
| HSV(B) | 132.86º | 0.58% | 0.28% | - |
| XYZ | 3.22 | 5.06 | 2.73 | - |
| YUV | 55.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 39 | 0.58 | 0 | 0.46 | 0.72 | 132.86 | 0.41 | 0.2 |
| Hex | 1E | 48 | 27 | 3A | 0 | 2E | 48 | 85 | 29 | 14 |
| Octal | 36 | 110 | 47 | 72 | 0 | 56 | 110 | 205 | 51 | 24 |
| Binary | 11110 | 1001000 | 100111 | 111010 | 0 | 101110 | 1001000 | 10000101 | 101001 | 10100 |
Color Harmonies of #1E4827
Complementary color
Monochromatic Colors of #1E4827
Black with #1E4827
Text Example
Text Example
White with #1E4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4827; }
p { color: rgb(30,72,39); }
H1.HeaderClassName
{
color: #1E4827;
}
.AnyTagClassName
{
color: #1E4827;
}
</style>
background-color css
<style>
a { background-color: #1E4827; }
a { background-color: rgb(30,72,39); }
div.DivClassName
{
background-color: #1E4827;
}
.BgClassName
{
background-color: #1E4827;
}
</style>
border-color css
<style>
span { border-color: #1E4827; }
span { border-color: rgb(30,72,39); }
td.TdClassName
{
border-color: #1E4827;
}
.TagClassName
{
border-color: #1E4827;
}
</style>