Shades of Sherwood Green #0C4233
Tints of Sherwood Green #0C4233
RGB
CMYK
RGB Variations
Color information
#0C4233 (or 0x0C4233) is known color: Sherwood Green. HEX triplet: 0C, 42 and 33. RGB value is (12,66,51). Sum of RGB (Red+Green+Blue) = 12+66+51=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4233 is #F3BDCC. Grayscale: #303030. Windows color (decimal): -15973837 or 3359244. OLE color: 3359244.
HSL color Cylindrical-coordinate representation of color #0C4233: hue angle of 163.33º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4233 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 51 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.74 |
| HSL | 163.33º | 0.69% | 0.15% | - |
| HSV(B) | 163.33º | 0.82% | 0.26% | - |
| XYZ | 2.7 | 4.21 | 3.8 | - |
| YUV | 48.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 51 | 0.82 | 0 | 0.23 | 0.74 | 163.33 | 0.69 | 0.15 |
| Hex | C | 42 | 33 | 52 | 0 | 17 | 4A | A3 | 45 | F |
| Octal | 14 | 102 | 63 | 122 | 0 | 27 | 112 | 243 | 105 | 17 |
| Binary | 1100 | 1000010 | 110011 | 1010010 | 0 | 10111 | 1001010 | 10100011 | 1000101 | 1111 |
Color Harmonies of #0C4233
Complementary color
Monochromatic Colors of #0C4233
Black with #0C4233
Text Example
Text Example
White with #0C4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4233; }
p { color: rgb(12,66,51); }
H1.HeaderClassName
{
color: #0C4233;
}
.AnyTagClassName
{
color: #0C4233;
}
</style>
background-color css
<style>
a { background-color: #0C4233; }
a { background-color: rgb(12,66,51); }
div.DivClassName
{
background-color: #0C4233;
}
.BgClassName
{
background-color: #0C4233;
}
</style>
border-color css
<style>
span { border-color: #0C4233; }
span { border-color: rgb(12,66,51); }
td.TdClassName
{
border-color: #0C4233;
}
.TagClassName
{
border-color: #0C4233;
}
</style>