Shades of Dark Green #0C231F
Tints of Dark Green #0C231F
RGB
CMYK
RGB Variations
Color information
#0C231F (or 0x0C231F) is known color: Dark Green. HEX triplet: 0C, 23 and 1F. RGB value is (12,35,31). Sum of RGB (Red+Green+Blue) = 12+35+31=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #0C231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C231F is #F3DCE0. Grayscale: #1B1B1B. Windows color (decimal): -15981793 or 2040588. OLE color: 2040588.
HSL color Cylindrical-coordinate representation of color #0C231F: hue angle of 169.57º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C231F is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 31 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.86 |
| HSL | 169.57º | 0.49% | 0.09% | - |
| HSV(B) | 169.57º | 0.66% | 0.14% | - |
| XYZ | 1 | 1.38 | 1.51 | - |
| YUV | 27.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 31 | 0.66 | 0 | 0.11 | 0.86 | 169.57 | 0.49 | 0.09 |
| Hex | C | 23 | 1F | 42 | 0 | B | 56 | AA | 31 | 9 |
| Octal | 14 | 43 | 37 | 102 | 0 | 13 | 126 | 252 | 61 | 11 |
| Binary | 1100 | 100011 | 11111 | 1000010 | 0 | 1011 | 1010110 | 10101010 | 110001 | 1001 |
Color Harmonies of #0C231F
Complementary color
Monochromatic Colors of #0C231F
Black with #0C231F
Text Example
Text Example
White with #0C231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C231F; }
p { color: rgb(12,35,31); }
H1.HeaderClassName
{
color: #0C231F;
}
.AnyTagClassName
{
color: #0C231F;
}
</style>
background-color css
<style>
a { background-color: #0C231F; }
a { background-color: rgb(12,35,31); }
div.DivClassName
{
background-color: #0C231F;
}
.BgClassName
{
background-color: #0C231F;
}
</style>
border-color css
<style>
span { border-color: #0C231F; }
span { border-color: rgb(12,35,31); }
td.TdClassName
{
border-color: #0C231F;
}
.TagClassName
{
border-color: #0C231F;
}
</style>