Shades of Deep Fir #153E1F
Tints of Deep Fir #153E1F
RGB
CMYK
RGB Variations
Color information
#153E1F (or 0x153E1F) is known color: Deep Fir. HEX triplet: 15, 3E and 1F. RGB value is (21,62,31). Sum of RGB (Red+Green+Blue) = 21+62+31=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #153E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E1F is #EAC1E0. Grayscale: #2E2E2E. Windows color (decimal): -15385057 or 2047509. OLE color: 2047509.
HSL color Cylindrical-coordinate representation of color #153E1F: hue angle of 134.63º 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 #153E1F is Cyan = 0.66, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 31 | - |
| CMYK | 0.66 | 0 | 0.5 | 0.76 |
| HSL | 134.63º | 0.49% | 0.16% | - |
| HSV(B) | 134.63º | 0.66% | 0.24% | - |
| XYZ | 2.28 | 3.7 | 1.89 | - |
| YUV | 46.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 31 | 0.66 | 0 | 0.5 | 0.76 | 134.63 | 0.49 | 0.16 |
| Hex | 15 | 3E | 1F | 42 | 0 | 32 | 4C | 87 | 31 | 10 |
| Octal | 25 | 76 | 37 | 102 | 0 | 62 | 114 | 207 | 61 | 20 |
| Binary | 10101 | 111110 | 11111 | 1000010 | 0 | 110010 | 1001100 | 10000111 | 110001 | 10000 |
Color Harmonies of #153E1F
Complementary color
Monochromatic Colors of #153E1F
Black with #153E1F
Text Example
Text Example
White with #153E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E1F; }
p { color: rgb(21,62,31); }
H1.HeaderClassName
{
color: #153E1F;
}
.AnyTagClassName
{
color: #153E1F;
}
</style>
background-color css
<style>
a { background-color: #153E1F; }
a { background-color: rgb(21,62,31); }
div.DivClassName
{
background-color: #153E1F;
}
.BgClassName
{
background-color: #153E1F;
}
</style>
border-color css
<style>
span { border-color: #153E1F; }
span { border-color: rgb(21,62,31); }
td.TdClassName
{
border-color: #153E1F;
}
.TagClassName
{
border-color: #153E1F;
}
</style>