Shades of Dark Green #0C3A2D
Tints of Dark Green #0C3A2D
RGB
CMYK
RGB Variations
Color information
#0C3A2D (or 0x0C3A2D) is known color: Dark Green. HEX triplet: 0C, 3A and 2D. RGB value is (12,58,45). Sum of RGB (Red+Green+Blue) = 12+58+45=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A2D is #F3C5D2. Grayscale: #2A2A2A. Windows color (decimal): -15975891 or 2963980. OLE color: 2963980.
HSL color Cylindrical-coordinate representation of color #0C3A2D: hue angle of 163.04º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A2D is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 45 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.77 |
| HSL | 163.04º | 0.66% | 0.14% | - |
| HSV(B) | 163.04º | 0.79% | 0.23% | - |
| XYZ | 2.14 | 3.29 | 3.01 | - |
| YUV | 42.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 45 | 0.79 | 0 | 0.22 | 0.77 | 163.04 | 0.66 | 0.14 |
| Hex | C | 3A | 2D | 4F | 0 | 16 | 4D | A3 | 42 | E |
| Octal | 14 | 72 | 55 | 117 | 0 | 26 | 115 | 243 | 102 | 16 |
| Binary | 1100 | 111010 | 101101 | 1001111 | 0 | 10110 | 1001101 | 10100011 | 1000010 | 1110 |
Color Harmonies of #0C3A2D
Complementary color
Monochromatic Colors of #0C3A2D
Black with #0C3A2D
Text Example
Text Example
White with #0C3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A2D; }
p { color: rgb(12,58,45); }
H1.HeaderClassName
{
color: #0C3A2D;
}
.AnyTagClassName
{
color: #0C3A2D;
}
</style>
background-color css
<style>
a { background-color: #0C3A2D; }
a { background-color: rgb(12,58,45); }
div.DivClassName
{
background-color: #0C3A2D;
}
.BgClassName
{
background-color: #0C3A2D;
}
</style>
border-color css
<style>
span { border-color: #0C3A2D; }
span { border-color: rgb(12,58,45); }
td.TdClassName
{
border-color: #0C3A2D;
}
.TagClassName
{
border-color: #0C3A2D;
}
</style>