Shades of Sherwood Green #153B30
Tints of Sherwood Green #153B30
RGB
CMYK
RGB Variations
Color information
#153B30 (or 0x153B30) is known color: Sherwood Green. HEX triplet: 15, 3B and 30. RGB value is (21,59,48). Sum of RGB (Red+Green+Blue) = 21+59+48=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #153B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153B30 is #EAC4CF. Grayscale: #2E2E2E. Windows color (decimal): -15385808 or 3160853. OLE color: 3160853.
HSL color Cylindrical-coordinate representation of color #153B30: hue angle of 162.63º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153B30 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 59 | 48 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.77 |
| HSL | 162.63º | 0.48% | 0.16% | - |
| HSV(B) | 162.63º | 0.64% | 0.23% | - |
| XYZ | 2.41 | 3.5 | 3.35 | - |
| YUV | 46.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 48 | 0.64 | 0 | 0.19 | 0.77 | 162.63 | 0.48 | 0.16 |
| Hex | 15 | 3B | 30 | 40 | 0 | 13 | 4D | A3 | 30 | 10 |
| Octal | 25 | 73 | 60 | 100 | 0 | 23 | 115 | 243 | 60 | 20 |
| Binary | 10101 | 111011 | 110000 | 1000000 | 0 | 10011 | 1001101 | 10100011 | 110000 | 10000 |
Color Harmonies of #153B30
Complementary color
Monochromatic Colors of #153B30
Black with #153B30
Text Example
Text Example
White with #153B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153B30; }
p { color: rgb(21,59,48); }
H1.HeaderClassName
{
color: #153B30;
}
.AnyTagClassName
{
color: #153B30;
}
</style>
background-color css
<style>
a { background-color: #153B30; }
a { background-color: rgb(21,59,48); }
div.DivClassName
{
background-color: #153B30;
}
.BgClassName
{
background-color: #153B30;
}
</style>
border-color css
<style>
span { border-color: #153B30; }
span { border-color: rgb(21,59,48); }
td.TdClassName
{
border-color: #153B30;
}
.TagClassName
{
border-color: #153B30;
}
</style>