Shades of Sherwood Green #0C4331
Tints of Sherwood Green #0C4331
RGB
CMYK
RGB Variations
Color information
#0C4331 (or 0x0C4331) is known color: Sherwood Green. HEX triplet: 0C, 43 and 31. RGB value is (12,67,49). Sum of RGB (Red+Green+Blue) = 12+67+49=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4331 is #F3BCCE. Grayscale: #303030. Windows color (decimal): -15973583 or 3228428. OLE color: 3228428.
HSL color Cylindrical-coordinate representation of color #0C4331: hue angle of 160.36º degrees, saturation: 0.7, 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 #0C4331 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 49 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.74 |
| HSL | 160.36º | 0.7% | 0.15% | - |
| HSV(B) | 160.36º | 0.82% | 0.26% | - |
| XYZ | 2.71 | 4.31 | 3.6 | - |
| YUV | 48.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 49 | 0.82 | 0 | 0.27 | 0.74 | 160.36 | 0.7 | 0.15 |
| Hex | C | 43 | 31 | 52 | 0 | 1B | 4A | A0 | 46 | F |
| Octal | 14 | 103 | 61 | 122 | 0 | 33 | 112 | 240 | 106 | 17 |
| Binary | 1100 | 1000011 | 110001 | 1010010 | 0 | 11011 | 1001010 | 10100000 | 1000110 | 1111 |
Color Harmonies of #0C4331
Complementary color
Monochromatic Colors of #0C4331
Black with #0C4331
Text Example
Text Example
White with #0C4331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4331; }
p { color: rgb(12,67,49); }
H1.HeaderClassName
{
color: #0C4331;
}
.AnyTagClassName
{
color: #0C4331;
}
</style>
background-color css
<style>
a { background-color: #0C4331; }
a { background-color: rgb(12,67,49); }
div.DivClassName
{
background-color: #0C4331;
}
.BgClassName
{
background-color: #0C4331;
}
</style>
border-color css
<style>
span { border-color: #0C4331; }
span { border-color: rgb(12,67,49); }
td.TdClassName
{
border-color: #0C4331;
}
.TagClassName
{
border-color: #0C4331;
}
</style>