Shades of Sherwood Green #114233
Tints of Sherwood Green #114233
RGB
CMYK
RGB Variations
Color information
#114233 (or 0x114233) is known color: Sherwood Green. HEX triplet: 11, 42 and 33. RGB value is (17,66,51). Sum of RGB (Red+Green+Blue) = 17+66+51=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #114233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114233 is #EEBDCC. Grayscale: #313131. Windows color (decimal): -15646157 or 3359249. OLE color: 3359249.
HSL color Cylindrical-coordinate representation of color #114233: hue angle of 161.63º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114233 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 51 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.74 |
| HSL | 161.63º | 0.59% | 0.16% | - |
| HSV(B) | 161.63º | 0.74% | 0.26% | - |
| XYZ | 2.78 | 4.25 | 3.81 | - |
| YUV | 49.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 51 | 0.74 | 0 | 0.23 | 0.74 | 161.63 | 0.59 | 0.16 |
| Hex | 11 | 42 | 33 | 4A | 0 | 17 | 4A | A2 | 3B | 10 |
| Octal | 21 | 102 | 63 | 112 | 0 | 27 | 112 | 242 | 73 | 20 |
| Binary | 10001 | 1000010 | 110011 | 1001010 | 0 | 10111 | 1001010 | 10100010 | 111011 | 10000 |
Color Harmonies of #114233
Complementary color
Monochromatic Colors of #114233
Black with #114233
Text Example
Text Example
White with #114233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114233; }
p { color: rgb(17,66,51); }
H1.HeaderClassName
{
color: #114233;
}
.AnyTagClassName
{
color: #114233;
}
</style>
background-color css
<style>
a { background-color: #114233; }
a { background-color: rgb(17,66,51); }
div.DivClassName
{
background-color: #114233;
}
.BgClassName
{
background-color: #114233;
}
</style>
border-color css
<style>
span { border-color: #114233; }
span { border-color: rgb(17,66,51); }
td.TdClassName
{
border-color: #114233;
}
.TagClassName
{
border-color: #114233;
}
</style>