Shades of Deep Fir #153A1E
Tints of Deep Fir #153A1E
RGB
CMYK
RGB Variations
Color information
#153A1E (or 0x153A1E) is known color: Deep Fir. HEX triplet: 15, 3A and 1E. RGB value is (21,58,30). Sum of RGB (Red+Green+Blue) = 21+58+30=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 58 (23.05% from 255 or 53.21% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 58 - color contains mainly: green. Hex color #153A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A1E is #EAC5E1. Grayscale: #2B2B2B. Windows color (decimal): -15386082 or 1980949. OLE color: 1980949.
HSL color Cylindrical-coordinate representation of color #153A1E: hue angle of 134.59º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A1E is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 58 | 30 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.77 |
| HSL | 134.59º | 0.47% | 0.15% | - |
| HSV(B) | 134.59º | 0.64% | 0.23% | - |
| XYZ | 2.06 | 3.28 | 1.75 | - |
| YUV | 43.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 30 | 0.64 | 0 | 0.48 | 0.77 | 134.59 | 0.47 | 0.15 |
| Hex | 15 | 3A | 1E | 40 | 0 | 30 | 4D | 87 | 2F | F |
| Octal | 25 | 72 | 36 | 100 | 0 | 60 | 115 | 207 | 57 | 17 |
| Binary | 10101 | 111010 | 11110 | 1000000 | 0 | 110000 | 1001101 | 10000111 | 101111 | 1111 |
Color Harmonies of #153A1E
Complementary color
Monochromatic Colors of #153A1E
Black with #153A1E
Text Example
Text Example
White with #153A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153A1E; }
p { color: rgb(21,58,30); }
H1.HeaderClassName
{
color: #153A1E;
}
.AnyTagClassName
{
color: #153A1E;
}
</style>
background-color css
<style>
a { background-color: #153A1E; }
a { background-color: rgb(21,58,30); }
div.DivClassName
{
background-color: #153A1E;
}
.BgClassName
{
background-color: #153A1E;
}
</style>
border-color css
<style>
span { border-color: #153A1E; }
span { border-color: rgb(21,58,30); }
td.TdClassName
{
border-color: #153A1E;
}
.TagClassName
{
border-color: #153A1E;
}
</style>