Shades of Dark Green #0C2E26
Tints of Dark Green #0C2E26
RGB
CMYK
RGB Variations
Color information
#0C2E26 (or 0x0C2E26) is known color: Dark Green. HEX triplet: 0C, 2E and 26. RGB value is (12,46,38). Sum of RGB (Red+Green+Blue) = 12+46+38=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E26 is #F3D1D9. Grayscale: #222222. Windows color (decimal): -15978970 or 2502156. OLE color: 2502156.
HSL color Cylindrical-coordinate representation of color #0C2E26: hue angle of 165.88º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E26 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 38 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.82 |
| HSL | 165.88º | 0.59% | 0.11% | - |
| HSV(B) | 165.88º | 0.74% | 0.18% | - |
| XYZ | 1.48 | 2.17 | 2.18 | - |
| YUV | 34.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 38 | 0.74 | 0 | 0.17 | 0.82 | 165.88 | 0.59 | 0.11 |
| Hex | C | 2E | 26 | 4A | 0 | 11 | 52 | A6 | 3B | B |
| Octal | 14 | 56 | 46 | 112 | 0 | 21 | 122 | 246 | 73 | 13 |
| Binary | 1100 | 101110 | 100110 | 1001010 | 0 | 10001 | 1010010 | 10100110 | 111011 | 1011 |
Color Harmonies of #0C2E26
Complementary color
Monochromatic Colors of #0C2E26
Black with #0C2E26
Text Example
Text Example
White with #0C2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E26; }
p { color: rgb(12,46,38); }
H1.HeaderClassName
{
color: #0C2E26;
}
.AnyTagClassName
{
color: #0C2E26;
}
</style>
background-color css
<style>
a { background-color: #0C2E26; }
a { background-color: rgb(12,46,38); }
div.DivClassName
{
background-color: #0C2E26;
}
.BgClassName
{
background-color: #0C2E26;
}
</style>
border-color css
<style>
span { border-color: #0C2E26; }
span { border-color: rgb(12,46,38); }
td.TdClassName
{
border-color: #0C2E26;
}
.TagClassName
{
border-color: #0C2E26;
}
</style>