Shades of Dark Green #0C322A
Tints of Dark Green #0C322A
RGB
CMYK
RGB Variations
Color information
#0C322A (or 0x0C322A) is known color: Dark Green. HEX triplet: 0C, 32 and 2A. RGB value is (12,50,42). Sum of RGB (Red+Green+Blue) = 12+50+42=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #0C322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C322A is #F3CDD5. Grayscale: #252525. Windows color (decimal): -15977942 or 2765324. OLE color: 2765324.
HSL color Cylindrical-coordinate representation of color #0C322A: hue angle of 167.37º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C322A is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 42 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.80 |
| HSL | 167.37º | 0.61% | 0.12% | - |
| HSV(B) | 167.37º | 0.76% | 0.2% | - |
| XYZ | 1.71 | 2.53 | 2.59 | - |
| YUV | 37.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 42 | 0.76 | 0 | 0.16 | 0.80 | 167.37 | 0.61 | 0.12 |
| Hex | C | 32 | 2A | 4C | 0 | 10 | 50 | A7 | 3D | C |
| Octal | 14 | 62 | 52 | 114 | 0 | 20 | 120 | 247 | 75 | 14 |
| Binary | 1100 | 110010 | 101010 | 1001100 | 0 | 10000 | 1010000 | 10100111 | 111101 | 1100 |
Color Harmonies of #0C322A
Complementary color
Monochromatic Colors of #0C322A
Black with #0C322A
Text Example
Text Example
White with #0C322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C322A; }
p { color: rgb(12,50,42); }
H1.HeaderClassName
{
color: #0C322A;
}
.AnyTagClassName
{
color: #0C322A;
}
</style>
background-color css
<style>
a { background-color: #0C322A; }
a { background-color: rgb(12,50,42); }
div.DivClassName
{
background-color: #0C322A;
}
.BgClassName
{
background-color: #0C322A;
}
</style>
border-color css
<style>
span { border-color: #0C322A; }
span { border-color: rgb(12,50,42); }
td.TdClassName
{
border-color: #0C322A;
}
.TagClassName
{
border-color: #0C322A;
}
</style>