Shades of Dark Green #0A382E
Tints of Dark Green #0A382E
RGB
CMYK
RGB Variations
Color information
#0A382E (or 0x0A382E) is known color: Dark Green. HEX triplet: 0A, 38 and 2E. RGB value is (10,56,46). Sum of RGB (Red+Green+Blue) = 10+56+46=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #0A382E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A382E is #F5C7D1. Grayscale: #292929. Windows color (decimal): -16107474 or 3029002. OLE color: 3029002.
HSL color Cylindrical-coordinate representation of color #0A382E: hue angle of 166.96º degrees, saturation: 0.7, 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 #0A382E is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 46 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.78 |
| HSL | 166.96º | 0.7% | 0.13% | - |
| HSV(B) | 166.96º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 3.09 | 3.07 | - |
| YUV | 41.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 46 | 0.82 | 0 | 0.18 | 0.78 | 166.96 | 0.7 | 0.13 |
| Hex | A | 38 | 2E | 52 | 0 | 12 | 4E | A7 | 46 | D |
| Octal | 12 | 70 | 56 | 122 | 0 | 22 | 116 | 247 | 106 | 15 |
| Binary | 1010 | 111000 | 101110 | 1010010 | 0 | 10010 | 1001110 | 10100111 | 1000110 | 1101 |
Color Harmonies of #0A382E
Complementary color
Monochromatic Colors of #0A382E
Black with #0A382E
Text Example
Text Example
White with #0A382E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A382E; }
p { color: rgb(10,56,46); }
H1.HeaderClassName
{
color: #0A382E;
}
.AnyTagClassName
{
color: #0A382E;
}
</style>
background-color css
<style>
a { background-color: #0A382E; }
a { background-color: rgb(10,56,46); }
div.DivClassName
{
background-color: #0A382E;
}
.BgClassName
{
background-color: #0A382E;
}
</style>
border-color css
<style>
span { border-color: #0A382E; }
span { border-color: rgb(10,56,46); }
td.TdClassName
{
border-color: #0A382E;
}
.TagClassName
{
border-color: #0A382E;
}
</style>