Shades of Sherwood Green #153C2D
Tints of Sherwood Green #153C2D
RGB
CMYK
RGB Variations
Color information
#153C2D (or 0x153C2D) is known color: Sherwood Green. HEX triplet: 15, 3C and 2D. RGB value is (21,60,45). Sum of RGB (Red+Green+Blue) = 21+60+45=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2D is #EAC3D2. Grayscale: #2E2E2E. Windows color (decimal): -15385555 or 2964501. OLE color: 2964501.
HSL color Cylindrical-coordinate representation of color #153C2D: hue angle of 156.92º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C2D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 60 | 45 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.76 |
| HSL | 156.92º | 0.48% | 0.16% | - |
| HSV(B) | 156.92º | 0.65% | 0.24% | - |
| XYZ | 2.4 | 3.58 | 3.05 | - |
| YUV | 46.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 45 | 0.65 | 0 | 0.25 | 0.76 | 156.92 | 0.48 | 0.16 |
| Hex | 15 | 3C | 2D | 41 | 0 | 19 | 4C | 9D | 30 | 10 |
| Octal | 25 | 74 | 55 | 101 | 0 | 31 | 114 | 235 | 60 | 20 |
| Binary | 10101 | 111100 | 101101 | 1000001 | 0 | 11001 | 1001100 | 10011101 | 110000 | 10000 |
Color Harmonies of #153C2D
Complementary color
Monochromatic Colors of #153C2D
Black with #153C2D
Text Example
Text Example
White with #153C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153C2D; }
p { color: rgb(21,60,45); }
H1.HeaderClassName
{
color: #153C2D;
}
.AnyTagClassName
{
color: #153C2D;
}
</style>
background-color css
<style>
a { background-color: #153C2D; }
a { background-color: rgb(21,60,45); }
div.DivClassName
{
background-color: #153C2D;
}
.BgClassName
{
background-color: #153C2D;
}
</style>
border-color css
<style>
span { border-color: #153C2D; }
span { border-color: rgb(21,60,45); }
td.TdClassName
{
border-color: #153C2D;
}
.TagClassName
{
border-color: #153C2D;
}
</style>