Shades of Sherwood Green #154233
Tints of Sherwood Green #154233
RGB
CMYK
RGB Variations
Color information
#154233 (or 0x154233) is known color: Sherwood Green. HEX triplet: 15, 42 and 33. RGB value is (21,66,51). Sum of RGB (Red+Green+Blue) = 21+66+51=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #154233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154233 is #EABDCC. Grayscale: #323232. Windows color (decimal): -15384013 or 3359253. OLE color: 3359253.
HSL color Cylindrical-coordinate representation of color #154233: hue angle of 160º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154233 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 51 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.74 |
| HSL | 160º | 0.52% | 0.17% | - |
| HSV(B) | 160º | 0.68% | 0.26% | - |
| XYZ | 2.86 | 4.29 | 3.81 | - |
| YUV | 50.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 51 | 0.68 | 0 | 0.23 | 0.74 | 160 | 0.52 | 0.17 |
| Hex | 15 | 42 | 33 | 44 | 0 | 17 | 4A | A0 | 34 | 11 |
| Octal | 25 | 102 | 63 | 104 | 0 | 27 | 112 | 240 | 64 | 21 |
| Binary | 10101 | 1000010 | 110011 | 1000100 | 0 | 10111 | 1001010 | 10100000 | 110100 | 10001 |
Color Harmonies of #154233
Complementary color
Monochromatic Colors of #154233
Black with #154233
Text Example
Text Example
White with #154233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154233; }
p { color: rgb(21,66,51); }
H1.HeaderClassName
{
color: #154233;
}
.AnyTagClassName
{
color: #154233;
}
</style>
background-color css
<style>
a { background-color: #154233; }
a { background-color: rgb(21,66,51); }
div.DivClassName
{
background-color: #154233;
}
.BgClassName
{
background-color: #154233;
}
</style>
border-color css
<style>
span { border-color: #154233; }
span { border-color: rgb(21,66,51); }
td.TdClassName
{
border-color: #154233;
}
.TagClassName
{
border-color: #154233;
}
</style>