Shades of Dark Green #0A3423
Tints of Dark Green #0A3423
RGB
CMYK
RGB Variations
Color information
#0A3423 (or 0x0A3423) is known color: Dark Green. HEX triplet: 0A, 34 and 23. RGB value is (10,52,35). Sum of RGB (Red+Green+Blue) = 10+52+35=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3423 is #F5CBDC. Grayscale: #252525. Windows color (decimal): -16108509 or 2307082. OLE color: 2307082.
HSL color Cylindrical-coordinate representation of color #0A3423: hue angle of 155.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3423 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 35 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.80 |
| HSL | 155.71º | 0.68% | 0.12% | - |
| HSV(B) | 155.71º | 0.81% | 0.2% | - |
| XYZ | 1.66 | 2.64 | 2.01 | - |
| YUV | 37.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 35 | 0.81 | 0 | 0.33 | 0.80 | 155.71 | 0.68 | 0.12 |
| Hex | A | 34 | 23 | 51 | 0 | 21 | 50 | 9C | 44 | C |
| Octal | 12 | 64 | 43 | 121 | 0 | 41 | 120 | 234 | 104 | 14 |
| Binary | 1010 | 110100 | 100011 | 1010001 | 0 | 100001 | 1010000 | 10011100 | 1000100 | 1100 |
Color Harmonies of #0A3423
Complementary color
Monochromatic Colors of #0A3423
Black with #0A3423
Text Example
Text Example
White with #0A3423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3423; }
p { color: rgb(10,52,35); }
H1.HeaderClassName
{
color: #0A3423;
}
.AnyTagClassName
{
color: #0A3423;
}
</style>
background-color css
<style>
a { background-color: #0A3423; }
a { background-color: rgb(10,52,35); }
div.DivClassName
{
background-color: #0A3423;
}
.BgClassName
{
background-color: #0A3423;
}
</style>
border-color css
<style>
span { border-color: #0A3423; }
span { border-color: rgb(10,52,35); }
td.TdClassName
{
border-color: #0A3423;
}
.TagClassName
{
border-color: #0A3423;
}
</style>