Shades of Dark Green #0C3423
Tints of Dark Green #0C3423
RGB
CMYK
RGB Variations
Color information
#0C3423 (or 0x0C3423) is known color: Dark Green. HEX triplet: 0C, 34 and 23. RGB value is (12,52,35). Sum of RGB (Red+Green+Blue) = 12+52+35=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3423 is #F3CBDC. Grayscale: #262626. Windows color (decimal): -15977437 or 2307084. OLE color: 2307084.
HSL color Cylindrical-coordinate representation of color #0C3423: hue angle of 154.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3423 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 35 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.80 |
| HSL | 154.5º | 0.63% | 0.13% | - |
| HSV(B) | 154.5º | 0.77% | 0.2% | - |
| XYZ | 1.68 | 2.66 | 2.01 | - |
| YUV | 38.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 35 | 0.77 | 0 | 0.33 | 0.80 | 154.5 | 0.63 | 0.13 |
| Hex | C | 34 | 23 | 4D | 0 | 21 | 50 | 9A | 3E | D |
| Octal | 14 | 64 | 43 | 115 | 0 | 41 | 120 | 232 | 76 | 15 |
| Binary | 1100 | 110100 | 100011 | 1001101 | 0 | 100001 | 1010000 | 10011010 | 111110 | 1101 |
Color Harmonies of #0C3423
Complementary color
Monochromatic Colors of #0C3423
Black with #0C3423
Text Example
Text Example
White with #0C3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3423; }
p { color: rgb(12,52,35); }
H1.HeaderClassName
{
color: #0C3423;
}
.AnyTagClassName
{
color: #0C3423;
}
</style>
background-color css
<style>
a { background-color: #0C3423; }
a { background-color: rgb(12,52,35); }
div.DivClassName
{
background-color: #0C3423;
}
.BgClassName
{
background-color: #0C3423;
}
</style>
border-color css
<style>
span { border-color: #0C3423; }
span { border-color: rgb(12,52,35); }
td.TdClassName
{
border-color: #0C3423;
}
.TagClassName
{
border-color: #0C3423;
}
</style>