Shades of Sherwood Green #153F2F
Tints of Sherwood Green #153F2F
RGB
CMYK
RGB Variations
Color information
#153F2F (or 0x153F2F) is known color: Sherwood Green. HEX triplet: 15, 3F and 2F. RGB value is (21,63,47). Sum of RGB (Red+Green+Blue) = 21+63+47=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #153F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F2F is #EAC0D0. Grayscale: #303030. Windows color (decimal): -15384785 or 3096341. OLE color: 3096341.
HSL color Cylindrical-coordinate representation of color #153F2F: hue angle of 157.14º 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 #153F2F is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 47 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.75 |
| HSL | 157.14º | 0.5% | 0.16% | - |
| HSV(B) | 157.14º | 0.67% | 0.25% | - |
| XYZ | 2.6 | 3.92 | 3.31 | - |
| YUV | 48.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 47 | 0.67 | 0 | 0.25 | 0.75 | 157.14 | 0.5 | 0.16 |
| Hex | 15 | 3F | 2F | 43 | 0 | 19 | 4B | 9D | 32 | 10 |
| Octal | 25 | 77 | 57 | 103 | 0 | 31 | 113 | 235 | 62 | 20 |
| Binary | 10101 | 111111 | 101111 | 1000011 | 0 | 11001 | 1001011 | 10011101 | 110010 | 10000 |
Color Harmonies of #153F2F
Complementary color
Monochromatic Colors of #153F2F
Black with #153F2F
Text Example
Text Example
White with #153F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F2F; }
p { color: rgb(21,63,47); }
H1.HeaderClassName
{
color: #153F2F;
}
.AnyTagClassName
{
color: #153F2F;
}
</style>
background-color css
<style>
a { background-color: #153F2F; }
a { background-color: rgb(21,63,47); }
div.DivClassName
{
background-color: #153F2F;
}
.BgClassName
{
background-color: #153F2F;
}
</style>
border-color css
<style>
span { border-color: #153F2F; }
span { border-color: rgb(21,63,47); }
td.TdClassName
{
border-color: #153F2F;
}
.TagClassName
{
border-color: #153F2F;
}
</style>