Shades of Deep Fir #153E26
Tints of Deep Fir #153E26
RGB
CMYK
RGB Variations
Color information
#153E26 (or 0x153E26) is known color: Deep Fir. HEX triplet: 15, 3E and 26. RGB value is (21,62,38). Sum of RGB (Red+Green+Blue) = 21+62+38=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #153E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E26 is #EAC1D9. Grayscale: #2F2F2F. Windows color (decimal): -15385050 or 2506261. OLE color: 2506261.
HSL color Cylindrical-coordinate representation of color #153E26: hue angle of 144.88º 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 #153E26 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 38 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.76 |
| HSL | 144.88º | 0.49% | 0.16% | - |
| HSV(B) | 144.88º | 0.66% | 0.24% | - |
| XYZ | 2.38 | 3.74 | 2.43 | - |
| YUV | 47.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 38 | 0.66 | 0 | 0.39 | 0.76 | 144.88 | 0.49 | 0.16 |
| Hex | 15 | 3E | 26 | 42 | 0 | 27 | 4C | 91 | 31 | 10 |
| Octal | 25 | 76 | 46 | 102 | 0 | 47 | 114 | 221 | 61 | 20 |
| Binary | 10101 | 111110 | 100110 | 1000010 | 0 | 100111 | 1001100 | 10010001 | 110001 | 10000 |
Color Harmonies of #153E26
Complementary color
Monochromatic Colors of #153E26
Black with #153E26
Text Example
Text Example
White with #153E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E26; }
p { color: rgb(21,62,38); }
H1.HeaderClassName
{
color: #153E26;
}
.AnyTagClassName
{
color: #153E26;
}
</style>
background-color css
<style>
a { background-color: #153E26; }
a { background-color: rgb(21,62,38); }
div.DivClassName
{
background-color: #153E26;
}
.BgClassName
{
background-color: #153E26;
}
</style>
border-color css
<style>
span { border-color: #153E26; }
span { border-color: rgb(21,62,38); }
td.TdClassName
{
border-color: #153E26;
}
.TagClassName
{
border-color: #153E26;
}
</style>