Shades of Dark Green #0A3729
Tints of Dark Green #0A3729
RGB
CMYK
RGB Variations
Color information
#0A3729 (or 0x0A3729) is known color: Dark Green. HEX triplet: 0A, 37 and 29. RGB value is (10,55,41). Sum of RGB (Red+Green+Blue) = 10+55+41=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3729 is #F5C8D6. Grayscale: #272727. Windows color (decimal): -16107735 or 2701066. OLE color: 2701066.
HSL color Cylindrical-coordinate representation of color #0A3729: hue angle of 161.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3729 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 41 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.78 |
| HSL | 161.33º | 0.69% | 0.13% | - |
| HSV(B) | 161.33º | 0.82% | 0.22% | - |
| XYZ | 1.89 | 2.96 | 2.57 | - |
| YUV | 39.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 41 | 0.82 | 0 | 0.25 | 0.78 | 161.33 | 0.69 | 0.13 |
| Hex | A | 37 | 29 | 52 | 0 | 19 | 4E | A1 | 45 | D |
| Octal | 12 | 67 | 51 | 122 | 0 | 31 | 116 | 241 | 105 | 15 |
| Binary | 1010 | 110111 | 101001 | 1010010 | 0 | 11001 | 1001110 | 10100001 | 1000101 | 1101 |
Color Harmonies of #0A3729
Complementary color
Monochromatic Colors of #0A3729
Black with #0A3729
Text Example
Text Example
White with #0A3729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3729; }
p { color: rgb(10,55,41); }
H1.HeaderClassName
{
color: #0A3729;
}
.AnyTagClassName
{
color: #0A3729;
}
</style>
background-color css
<style>
a { background-color: #0A3729; }
a { background-color: rgb(10,55,41); }
div.DivClassName
{
background-color: #0A3729;
}
.BgClassName
{
background-color: #0A3729;
}
</style>
border-color css
<style>
span { border-color: #0A3729; }
span { border-color: rgb(10,55,41); }
td.TdClassName
{
border-color: #0A3729;
}
.TagClassName
{
border-color: #0A3729;
}
</style>