Shades of Dark Green #0A342D
Tints of Dark Green #0A342D
RGB
CMYK
RGB Variations
Color information
#0A342D (or 0x0A342D) is known color: Dark Green. HEX triplet: 0A, 34 and 2D. RGB value is (10,52,45). Sum of RGB (Red+Green+Blue) = 10+52+45=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #0A342D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A342D is #F5CBD2. Grayscale: #262626. Windows color (decimal): -16108499 or 2962442. OLE color: 2962442.
HSL color Cylindrical-coordinate representation of color #0A342D: hue angle of 170º 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 #0A342D is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 52 | 45 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.80 |
| HSL | 170º | 0.68% | 0.12% | - |
| HSV(B) | 170º | 0.81% | 0.2% | - |
| XYZ | 1.83 | 2.71 | 2.91 | - |
| YUV | 38.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 52 | 45 | 0.81 | 0 | 0.13 | 0.80 | 170 | 0.68 | 0.12 |
| Hex | A | 34 | 2D | 51 | 0 | D | 50 | AA | 44 | C |
| Octal | 12 | 64 | 55 | 121 | 0 | 15 | 120 | 252 | 104 | 14 |
| Binary | 1010 | 110100 | 101101 | 1010001 | 0 | 1101 | 1010000 | 10101010 | 1000100 | 1100 |
Color Harmonies of #0A342D
Complementary color
Monochromatic Colors of #0A342D
Black with #0A342D
Text Example
Text Example
White with #0A342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A342D; }
p { color: rgb(10,52,45); }
H1.HeaderClassName
{
color: #0A342D;
}
.AnyTagClassName
{
color: #0A342D;
}
</style>
background-color css
<style>
a { background-color: #0A342D; }
a { background-color: rgb(10,52,45); }
div.DivClassName
{
background-color: #0A342D;
}
.BgClassName
{
background-color: #0A342D;
}
</style>
border-color css
<style>
span { border-color: #0A342D; }
span { border-color: rgb(10,52,45); }
td.TdClassName
{
border-color: #0A342D;
}
.TagClassName
{
border-color: #0A342D;
}
</style>