Shades of Deep Fir #153E1E
Tints of Deep Fir #153E1E
RGB
CMYK
RGB Variations
Color information
#153E1E (or 0x153E1E) is known color: Deep Fir. HEX triplet: 15, 3E and 1E. RGB value is (21,62,30). Sum of RGB (Red+Green+Blue) = 21+62+30=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #153E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E1E is #EAC1E1. Grayscale: #2E2E2E. Windows color (decimal): -15385058 or 1981973. OLE color: 1981973.
HSL color Cylindrical-coordinate representation of color #153E1E: hue angle of 133.17º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E1E is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 30 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.76 |
| HSL | 133.17º | 0.49% | 0.16% | - |
| HSV(B) | 133.17º | 0.66% | 0.24% | - |
| XYZ | 2.27 | 3.7 | 1.82 | - |
| YUV | 46.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 30 | 0.66 | 0 | 0.52 | 0.76 | 133.17 | 0.49 | 0.16 |
| Hex | 15 | 3E | 1E | 42 | 0 | 34 | 4C | 85 | 31 | 10 |
| Octal | 25 | 76 | 36 | 102 | 0 | 64 | 114 | 205 | 61 | 20 |
| Binary | 10101 | 111110 | 11110 | 1000010 | 0 | 110100 | 1001100 | 10000101 | 110001 | 10000 |
Color Harmonies of #153E1E
Complementary color
Monochromatic Colors of #153E1E
Black with #153E1E
Text Example
Text Example
White with #153E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E1E; }
p { color: rgb(21,62,30); }
H1.HeaderClassName
{
color: #153E1E;
}
.AnyTagClassName
{
color: #153E1E;
}
</style>
background-color css
<style>
a { background-color: #153E1E; }
a { background-color: rgb(21,62,30); }
div.DivClassName
{
background-color: #153E1E;
}
.BgClassName
{
background-color: #153E1E;
}
</style>
border-color css
<style>
span { border-color: #153E1E; }
span { border-color: rgb(21,62,30); }
td.TdClassName
{
border-color: #153E1E;
}
.TagClassName
{
border-color: #153E1E;
}
</style>