Shades of Sherwood Green #153D2F
Tints of Sherwood Green #153D2F
RGB
CMYK
RGB Variations
Color information
#153D2F (or 0x153D2F) is known color: Sherwood Green. HEX triplet: 15, 3D and 2F. RGB value is (21,61,47). Sum of RGB (Red+Green+Blue) = 21+61+47=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #153D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D2F is #EAC2D0. Grayscale: #2F2F2F. Windows color (decimal): -15385297 or 3095829. OLE color: 3095829.
HSL color Cylindrical-coordinate representation of color #153D2F: hue angle of 159º 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 #153D2F is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 61 | 47 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.76 |
| HSL | 159º | 0.49% | 0.16% | - |
| HSV(B) | 159º | 0.66% | 0.24% | - |
| XYZ | 2.49 | 3.7 | 3.27 | - |
| YUV | 47.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 61 | 47 | 0.66 | 0 | 0.23 | 0.76 | 159 | 0.49 | 0.16 |
| Hex | 15 | 3D | 2F | 42 | 0 | 17 | 4C | 9F | 31 | 10 |
| Octal | 25 | 75 | 57 | 102 | 0 | 27 | 114 | 237 | 61 | 20 |
| Binary | 10101 | 111101 | 101111 | 1000010 | 0 | 10111 | 1001100 | 10011111 | 110001 | 10000 |
Color Harmonies of #153D2F
Complementary color
Monochromatic Colors of #153D2F
Black with #153D2F
Text Example
Text Example
White with #153D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153D2F; }
p { color: rgb(21,61,47); }
H1.HeaderClassName
{
color: #153D2F;
}
.AnyTagClassName
{
color: #153D2F;
}
</style>
background-color css
<style>
a { background-color: #153D2F; }
a { background-color: rgb(21,61,47); }
div.DivClassName
{
background-color: #153D2F;
}
.BgClassName
{
background-color: #153D2F;
}
</style>
border-color css
<style>
span { border-color: #153D2F; }
span { border-color: rgb(21,61,47); }
td.TdClassName
{
border-color: #153D2F;
}
.TagClassName
{
border-color: #153D2F;
}
</style>