Shades of Dark Green #0A231D
Tints of Dark Green #0A231D
RGB
CMYK
RGB Variations
Color information
#0A231D (or 0x0A231D) is known color: Dark Green. HEX triplet: 0A, 23 and 1D. RGB value is (10,35,29). Sum of RGB (Red+Green+Blue) = 10+35+29=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #0A231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A231D is #F5DCE2. Grayscale: #1A1A1A. Windows color (decimal): -16112867 or 1909514. OLE color: 1909514.
HSL color Cylindrical-coordinate representation of color #0A231D: hue angle of 165.6º 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 #0A231D is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 35 | 29 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.86 |
| HSL | 165.6º | 0.56% | 0.09% | - |
| HSV(B) | 165.6º | 0.71% | 0.14% | - |
| XYZ | 0.95 | 1.36 | 1.37 | - |
| YUV | 26.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 35 | 29 | 0.71 | 0 | 0.17 | 0.86 | 165.6 | 0.56 | 0.09 |
| Hex | A | 23 | 1D | 47 | 0 | 11 | 56 | A6 | 38 | 9 |
| Octal | 12 | 43 | 35 | 107 | 0 | 21 | 126 | 246 | 70 | 11 |
| Binary | 1010 | 100011 | 11101 | 1000111 | 0 | 10001 | 1010110 | 10100110 | 111000 | 1001 |
Color Harmonies of #0A231D
Complementary color
Monochromatic Colors of #0A231D
Black with #0A231D
Text Example
Text Example
White with #0A231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A231D; }
p { color: rgb(10,35,29); }
H1.HeaderClassName
{
color: #0A231D;
}
.AnyTagClassName
{
color: #0A231D;
}
</style>
background-color css
<style>
a { background-color: #0A231D; }
a { background-color: rgb(10,35,29); }
div.DivClassName
{
background-color: #0A231D;
}
.BgClassName
{
background-color: #0A231D;
}
</style>
border-color css
<style>
span { border-color: #0A231D; }
span { border-color: rgb(10,35,29); }
td.TdClassName
{
border-color: #0A231D;
}
.TagClassName
{
border-color: #0A231D;
}
</style>