Shades of Dark Green #0C302A
Tints of Dark Green #0C302A
RGB
CMYK
RGB Variations
Color information
#0C302A (or 0x0C302A) is known color: Dark Green. HEX triplet: 0C, 30 and 2A. RGB value is (12,48,42). Sum of RGB (Red+Green+Blue) = 12+48+42=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #0C302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C302A is #F3CFD5. Grayscale: #242424. Windows color (decimal): -15978454 or 2764812. OLE color: 2764812.
HSL color Cylindrical-coordinate representation of color #0C302A: hue angle of 170º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C302A is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 42 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.81 |
| HSL | 170º | 0.6% | 0.12% | - |
| HSV(B) | 170º | 0.75% | 0.19% | - |
| XYZ | 1.63 | 2.36 | 2.56 | - |
| YUV | 36.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 42 | 0.75 | 0 | 0.13 | 0.81 | 170 | 0.6 | 0.12 |
| Hex | C | 30 | 2A | 4B | 0 | D | 51 | AA | 3C | C |
| Octal | 14 | 60 | 52 | 113 | 0 | 15 | 121 | 252 | 74 | 14 |
| Binary | 1100 | 110000 | 101010 | 1001011 | 0 | 1101 | 1010001 | 10101010 | 111100 | 1100 |
Color Harmonies of #0C302A
Complementary color
Monochromatic Colors of #0C302A
Black with #0C302A
Text Example
Text Example
White with #0C302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C302A; }
p { color: rgb(12,48,42); }
H1.HeaderClassName
{
color: #0C302A;
}
.AnyTagClassName
{
color: #0C302A;
}
</style>
background-color css
<style>
a { background-color: #0C302A; }
a { background-color: rgb(12,48,42); }
div.DivClassName
{
background-color: #0C302A;
}
.BgClassName
{
background-color: #0C302A;
}
</style>
border-color css
<style>
span { border-color: #0C302A; }
span { border-color: rgb(12,48,42); }
td.TdClassName
{
border-color: #0C302A;
}
.TagClassName
{
border-color: #0C302A;
}
</style>