Shades of Sherwood Green #104233
Tints of Sherwood Green #104233
RGB
CMYK
RGB Variations
Color information
#104233 (or 0x104233) is known color: Sherwood Green. HEX triplet: 10, 42 and 33. RGB value is (16,66,51). Sum of RGB (Red+Green+Blue) = 16+66+51=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #104233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104233 is #EFBDCC. Grayscale: #313131. Windows color (decimal): -15711693 or 3359248. OLE color: 3359248.
HSL color Cylindrical-coordinate representation of color #104233: hue angle of 162º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104233 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 51 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.74 |
| HSL | 162º | 0.61% | 0.16% | - |
| HSV(B) | 162º | 0.76% | 0.26% | - |
| XYZ | 2.76 | 4.25 | 3.81 | - |
| YUV | 49.34 | 128.94 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 51 | 0.76 | 0 | 0.23 | 0.74 | 162 | 0.61 | 0.16 |
| Hex | 10 | 42 | 33 | 4C | 0 | 17 | 4A | A2 | 3D | 10 |
| Octal | 20 | 102 | 63 | 114 | 0 | 27 | 112 | 242 | 75 | 20 |
| Binary | 10000 | 1000010 | 110011 | 1001100 | 0 | 10111 | 1001010 | 10100010 | 111101 | 10000 |
Color Harmonies of #104233
Complementary color
Monochromatic Colors of #104233
Black with #104233
Text Example
Text Example
White with #104233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104233; }
p { color: rgb(16,66,51); }
H1.HeaderClassName
{
color: #104233;
}
.AnyTagClassName
{
color: #104233;
}
</style>
background-color css
<style>
a { background-color: #104233; }
a { background-color: rgb(16,66,51); }
div.DivClassName
{
background-color: #104233;
}
.BgClassName
{
background-color: #104233;
}
</style>
border-color css
<style>
span { border-color: #104233; }
span { border-color: rgb(16,66,51); }
td.TdClassName
{
border-color: #104233;
}
.TagClassName
{
border-color: #104233;
}
</style>