Shades of Sherwood Green #124233
Tints of Sherwood Green #124233
RGB
CMYK
RGB Variations
Color information
#124233 (or 0x124233) is known color: Sherwood Green. HEX triplet: 12, 42 and 33. RGB value is (18,66,51). Sum of RGB (Red+Green+Blue) = 18+66+51=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #124233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124233 is #EDBDCC. Grayscale: #313131. Windows color (decimal): -15580621 or 3359250. OLE color: 3359250.
HSL color Cylindrical-coordinate representation of color #124233: hue angle of 161.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124233 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 51 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.74 |
| HSL | 161.25º | 0.57% | 0.16% | - |
| HSV(B) | 161.25º | 0.73% | 0.26% | - |
| XYZ | 2.8 | 4.26 | 3.81 | - |
| YUV | 49.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 51 | 0.73 | 0 | 0.23 | 0.74 | 161.25 | 0.57 | 0.16 |
| Hex | 12 | 42 | 33 | 49 | 0 | 17 | 4A | A1 | 39 | 10 |
| Octal | 22 | 102 | 63 | 111 | 0 | 27 | 112 | 241 | 71 | 20 |
| Binary | 10010 | 1000010 | 110011 | 1001001 | 0 | 10111 | 1001010 | 10100001 | 111001 | 10000 |
Color Harmonies of #124233
Complementary color
Monochromatic Colors of #124233
Black with #124233
Text Example
Text Example
White with #124233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124233; }
p { color: rgb(18,66,51); }
H1.HeaderClassName
{
color: #124233;
}
.AnyTagClassName
{
color: #124233;
}
</style>
background-color css
<style>
a { background-color: #124233; }
a { background-color: rgb(18,66,51); }
div.DivClassName
{
background-color: #124233;
}
.BgClassName
{
background-color: #124233;
}
</style>
border-color css
<style>
span { border-color: #124233; }
span { border-color: rgb(18,66,51); }
td.TdClassName
{
border-color: #124233;
}
.TagClassName
{
border-color: #124233;
}
</style>