Shades of Deep Fir #153F27
Tints of Deep Fir #153F27
RGB
CMYK
RGB Variations
Color information
#153F27 (or 0x153F27) is known color: Deep Fir. HEX triplet: 15, 3F and 27. RGB value is (21,63,39). Sum of RGB (Red+Green+Blue) = 21+63+39=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #153F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F27 is #EAC0D8. Grayscale: #2F2F2F. Windows color (decimal): -15384793 or 2572053. OLE color: 2572053.
HSL color Cylindrical-coordinate representation of color #153F27: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F27 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 39 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.75 |
| HSL | 145.71º | 0.5% | 0.16% | - |
| HSV(B) | 145.71º | 0.67% | 0.25% | - |
| XYZ | 2.45 | 3.86 | 2.54 | - |
| YUV | 47.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 39 | 0.67 | 0 | 0.38 | 0.75 | 145.71 | 0.5 | 0.16 |
| Hex | 15 | 3F | 27 | 43 | 0 | 26 | 4B | 92 | 32 | 10 |
| Octal | 25 | 77 | 47 | 103 | 0 | 46 | 113 | 222 | 62 | 20 |
| Binary | 10101 | 111111 | 100111 | 1000011 | 0 | 100110 | 1001011 | 10010010 | 110010 | 10000 |
Color Harmonies of #153F27
Complementary color
Monochromatic Colors of #153F27
Black with #153F27
Text Example
Text Example
White with #153F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F27; }
p { color: rgb(21,63,39); }
H1.HeaderClassName
{
color: #153F27;
}
.AnyTagClassName
{
color: #153F27;
}
</style>
background-color css
<style>
a { background-color: #153F27; }
a { background-color: rgb(21,63,39); }
div.DivClassName
{
background-color: #153F27;
}
.BgClassName
{
background-color: #153F27;
}
</style>
border-color css
<style>
span { border-color: #153F27; }
span { border-color: rgb(21,63,39); }
td.TdClassName
{
border-color: #153F27;
}
.TagClassName
{
border-color: #153F27;
}
</style>