Shades of Dark Green #0C2A1A
Tints of Dark Green #0C2A1A
RGB
CMYK
RGB Variations
Color information
#0C2A1A (or 0x0C2A1A) is known color: Dark Green. HEX triplet: 0C, 2A and 1A. RGB value is (12,42,26). Sum of RGB (Red+Green+Blue) = 12+42+26=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #0C2A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A1A is #F3D5E5. Grayscale: #1F1F1F. Windows color (decimal): -15980006 or 1714700. OLE color: 1714700.
HSL color Cylindrical-coordinate representation of color #0C2A1A: hue angle of 148º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C2A1A is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 42 | 26 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.84 |
| HSL | 148º | 0.56% | 0.11% | - |
| HSV(B) | 148º | 0.71% | 0.16% | - |
| XYZ | 1.17 | 1.81 | 1.26 | - |
| YUV | 31.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 26 | 0.71 | 0 | 0.38 | 0.84 | 148 | 0.56 | 0.11 |
| Hex | C | 2A | 1A | 47 | 0 | 26 | 54 | 94 | 38 | B |
| Octal | 14 | 52 | 32 | 107 | 0 | 46 | 124 | 224 | 70 | 13 |
| Binary | 1100 | 101010 | 11010 | 1000111 | 0 | 100110 | 1010100 | 10010100 | 111000 | 1011 |
Color Harmonies of #0C2A1A
Complementary color
Monochromatic Colors of #0C2A1A
Black with #0C2A1A
Text Example
Text Example
White with #0C2A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A1A; }
p { color: rgb(12,42,26); }
H1.HeaderClassName
{
color: #0C2A1A;
}
.AnyTagClassName
{
color: #0C2A1A;
}
</style>
background-color css
<style>
a { background-color: #0C2A1A; }
a { background-color: rgb(12,42,26); }
div.DivClassName
{
background-color: #0C2A1A;
}
.BgClassName
{
background-color: #0C2A1A;
}
</style>
border-color css
<style>
span { border-color: #0C2A1A; }
span { border-color: rgb(12,42,26); }
td.TdClassName
{
border-color: #0C2A1A;
}
.TagClassName
{
border-color: #0C2A1A;
}
</style>