Shades of Sherwood Green #153E30
Tints of Sherwood Green #153E30
RGB
CMYK
RGB Variations
Color information
#153E30 (or 0x153E30) is known color: Sherwood Green. HEX triplet: 15, 3E and 30. RGB value is (21,62,48). Sum of RGB (Red+Green+Blue) = 21+62+48=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #153E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E30 is #EAC1CF. Grayscale: #303030. Windows color (decimal): -15385040 or 3161621. OLE color: 3161621.
HSL color Cylindrical-coordinate representation of color #153E30: hue angle of 159.51º 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 #153E30 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 48 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.76 |
| HSL | 159.51º | 0.49% | 0.16% | - |
| HSV(B) | 159.51º | 0.66% | 0.24% | - |
| XYZ | 2.57 | 3.82 | 3.4 | - |
| YUV | 48.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 48 | 0.66 | 0 | 0.23 | 0.76 | 159.51 | 0.49 | 0.16 |
| Hex | 15 | 3E | 30 | 42 | 0 | 17 | 4C | A0 | 31 | 10 |
| Octal | 25 | 76 | 60 | 102 | 0 | 27 | 114 | 240 | 61 | 20 |
| Binary | 10101 | 111110 | 110000 | 1000010 | 0 | 10111 | 1001100 | 10100000 | 110001 | 10000 |
Color Harmonies of #153E30
Complementary color
Monochromatic Colors of #153E30
Black with #153E30
Text Example
Text Example
White with #153E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E30; }
p { color: rgb(21,62,48); }
H1.HeaderClassName
{
color: #153E30;
}
.AnyTagClassName
{
color: #153E30;
}
</style>
background-color css
<style>
a { background-color: #153E30; }
a { background-color: rgb(21,62,48); }
div.DivClassName
{
background-color: #153E30;
}
.BgClassName
{
background-color: #153E30;
}
</style>
border-color css
<style>
span { border-color: #153E30; }
span { border-color: rgb(21,62,48); }
td.TdClassName
{
border-color: #153E30;
}
.TagClassName
{
border-color: #153E30;
}
</style>