Shades of Dark Green #0A3023
Tints of Dark Green #0A3023
RGB
CMYK
RGB Variations
Color information
#0A3023 (or 0x0A3023) is known color: Dark Green. HEX triplet: 0A, 30 and 23. RGB value is (10,48,35). Sum of RGB (Red+Green+Blue) = 10+48+35=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #0A3023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3023 is #F5CFDC. Grayscale: #232323. Windows color (decimal): -16109533 or 2306058. OLE color: 2306058.
HSL color Cylindrical-coordinate representation of color #0A3023: hue angle of 159.47º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A3023 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 48 | 35 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.81 |
| HSL | 159.47º | 0.66% | 0.11% | - |
| HSV(B) | 159.47º | 0.79% | 0.19% | - |
| XYZ | 1.49 | 2.3 | 1.96 | - |
| YUV | 35.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 35 | 0.79 | 0 | 0.27 | 0.81 | 159.47 | 0.66 | 0.11 |
| Hex | A | 30 | 23 | 4F | 0 | 1B | 51 | 9F | 42 | B |
| Octal | 12 | 60 | 43 | 117 | 0 | 33 | 121 | 237 | 102 | 13 |
| Binary | 1010 | 110000 | 100011 | 1001111 | 0 | 11011 | 1010001 | 10011111 | 1000010 | 1011 |
Color Harmonies of #0A3023
Complementary color
Monochromatic Colors of #0A3023
Black with #0A3023
Text Example
Text Example
White with #0A3023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3023; }
p { color: rgb(10,48,35); }
H1.HeaderClassName
{
color: #0A3023;
}
.AnyTagClassName
{
color: #0A3023;
}
</style>
background-color css
<style>
a { background-color: #0A3023; }
a { background-color: rgb(10,48,35); }
div.DivClassName
{
background-color: #0A3023;
}
.BgClassName
{
background-color: #0A3023;
}
</style>
border-color css
<style>
span { border-color: #0A3023; }
span { border-color: rgb(10,48,35); }
td.TdClassName
{
border-color: #0A3023;
}
.TagClassName
{
border-color: #0A3023;
}
</style>