Shades of Dark Green #0A231C
Tints of Dark Green #0A231C
RGB
CMYK
RGB Variations
Color information
#0A231C (or 0x0A231C) is known color: Dark Green. HEX triplet: 0A, 23 and 1C. RGB value is (10,35,28). Sum of RGB (Red+Green+Blue) = 10+35+28=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #0A231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A231C is #F5DCE3. Grayscale: #1A1A1A. Windows color (decimal): -16112868 or 1843978. OLE color: 1843978.
HSL color Cylindrical-coordinate representation of color #0A231C: hue angle of 163.2º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A231C is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 35 | 28 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.86 |
| HSL | 163.2º | 0.56% | 0.09% | - |
| HSV(B) | 163.2º | 0.71% | 0.14% | - |
| XYZ | 0.94 | 1.35 | 1.31 | - |
| YUV | 26.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 28 | 0.71 | 0 | 0.20 | 0.86 | 163.2 | 0.56 | 0.09 |
| Hex | A | 23 | 1C | 47 | 0 | 14 | 56 | A3 | 38 | 9 |
| Octal | 12 | 43 | 34 | 107 | 0 | 24 | 126 | 243 | 70 | 11 |
| Binary | 1010 | 100011 | 11100 | 1000111 | 0 | 10100 | 1010110 | 10100011 | 111000 | 1001 |
Color Harmonies of #0A231C
Complementary color
Monochromatic Colors of #0A231C
Black with #0A231C
Text Example
Text Example
White with #0A231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A231C; }
p { color: rgb(10,35,28); }
H1.HeaderClassName
{
color: #0A231C;
}
.AnyTagClassName
{
color: #0A231C;
}
</style>
background-color css
<style>
a { background-color: #0A231C; }
a { background-color: rgb(10,35,28); }
div.DivClassName
{
background-color: #0A231C;
}
.BgClassName
{
background-color: #0A231C;
}
</style>
border-color css
<style>
span { border-color: #0A231C; }
span { border-color: rgb(10,35,28); }
td.TdClassName
{
border-color: #0A231C;
}
.TagClassName
{
border-color: #0A231C;
}
</style>