Shades of Dark Green #0C2B27
Tints of Dark Green #0C2B27
RGB
CMYK
RGB Variations
Color information
#0C2B27 (or 0x0C2B27) is known color: Dark Green. HEX triplet: 0C, 2B and 27. RGB value is (12,43,39). Sum of RGB (Red+Green+Blue) = 12+43+39=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B27 is #F3D4D8. Grayscale: #212121. Windows color (decimal): -15979737 or 2566924. OLE color: 2566924.
HSL color Cylindrical-coordinate representation of color #0C2B27: hue angle of 172.26º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B27 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 43 | 39 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.83 |
| HSL | 172.26º | 0.56% | 0.11% | - |
| HSV(B) | 172.26º | 0.72% | 0.17% | - |
| XYZ | 1.38 | 1.95 | 2.22 | - |
| YUV | 33.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 39 | 0.72 | 0 | 0.09 | 0.83 | 172.26 | 0.56 | 0.11 |
| Hex | C | 2B | 27 | 48 | 0 | 9 | 53 | AC | 38 | B |
| Octal | 14 | 53 | 47 | 110 | 0 | 11 | 123 | 254 | 70 | 13 |
| Binary | 1100 | 101011 | 100111 | 1001000 | 0 | 1001 | 1010011 | 10101100 | 111000 | 1011 |
Color Harmonies of #0C2B27
Complementary color
Monochromatic Colors of #0C2B27
Black with #0C2B27
Text Example
Text Example
White with #0C2B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B27; }
p { color: rgb(12,43,39); }
H1.HeaderClassName
{
color: #0C2B27;
}
.AnyTagClassName
{
color: #0C2B27;
}
</style>
background-color css
<style>
a { background-color: #0C2B27; }
a { background-color: rgb(12,43,39); }
div.DivClassName
{
background-color: #0C2B27;
}
.BgClassName
{
background-color: #0C2B27;
}
</style>
border-color css
<style>
span { border-color: #0C2B27; }
span { border-color: rgb(12,43,39); }
td.TdClassName
{
border-color: #0C2B27;
}
.TagClassName
{
border-color: #0C2B27;
}
</style>