Shades of Sherwood Green #15402F
Tints of Sherwood Green #15402F
RGB
CMYK
RGB Variations
Color information
#15402F (or 0x15402F) is known color: Sherwood Green. HEX triplet: 15, 40 and 2F. RGB value is (21,64,47). Sum of RGB (Red+Green+Blue) = 21+64+47=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #15402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402F is #EABFD0. Grayscale: #313131. Windows color (decimal): -15384529 or 3096597. OLE color: 3096597.
HSL color Cylindrical-coordinate representation of color #15402F: hue angle of 156.28º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15402F is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 47 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.75 |
| HSL | 156.28º | 0.51% | 0.17% | - |
| HSV(B) | 156.28º | 0.67% | 0.25% | - |
| XYZ | 2.66 | 4.03 | 3.33 | - |
| YUV | 49.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 47 | 0.67 | 0 | 0.27 | 0.75 | 156.28 | 0.51 | 0.17 |
| Hex | 15 | 40 | 2F | 43 | 0 | 1B | 4B | 9C | 33 | 11 |
| Octal | 25 | 100 | 57 | 103 | 0 | 33 | 113 | 234 | 63 | 21 |
| Binary | 10101 | 1000000 | 101111 | 1000011 | 0 | 11011 | 1001011 | 10011100 | 110011 | 10001 |
Color Harmonies of #15402F
Complementary color
Monochromatic Colors of #15402F
Black with #15402F
Text Example
Text Example
White with #15402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15402F; }
p { color: rgb(21,64,47); }
H1.HeaderClassName
{
color: #15402F;
}
.AnyTagClassName
{
color: #15402F;
}
</style>
background-color css
<style>
a { background-color: #15402F; }
a { background-color: rgb(21,64,47); }
div.DivClassName
{
background-color: #15402F;
}
.BgClassName
{
background-color: #15402F;
}
</style>
border-color css
<style>
span { border-color: #15402F; }
span { border-color: rgb(21,64,47); }
td.TdClassName
{
border-color: #15402F;
}
.TagClassName
{
border-color: #15402F;
}
</style>