Shades of Dark Green #0A382C
Tints of Dark Green #0A382C
RGB
CMYK
RGB Variations
Color information
#0A382C (or 0x0A382C) is known color: Dark Green. HEX triplet: 0A, 38 and 2C. RGB value is (10,56,44). Sum of RGB (Red+Green+Blue) = 10+56+44=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #0A382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A382C is #F5C7D3. Grayscale: #282828. Windows color (decimal): -16107476 or 2897930. OLE color: 2897930.
HSL color Cylindrical-coordinate representation of color #0A382C: hue angle of 164.35º 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 #0A382C is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 44 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.78 |
| HSL | 164.35º | 0.7% | 0.13% | - |
| HSV(B) | 164.35º | 0.82% | 0.22% | - |
| XYZ | 1.99 | 3.07 | 2.87 | - |
| YUV | 40.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 44 | 0.82 | 0 | 0.21 | 0.78 | 164.35 | 0.7 | 0.13 |
| Hex | A | 38 | 2C | 52 | 0 | 15 | 4E | A4 | 46 | D |
| Octal | 12 | 70 | 54 | 122 | 0 | 25 | 116 | 244 | 106 | 15 |
| Binary | 1010 | 111000 | 101100 | 1010010 | 0 | 10101 | 1001110 | 10100100 | 1000110 | 1101 |
Color Harmonies of #0A382C
Complementary color
Monochromatic Colors of #0A382C
Black with #0A382C
Text Example
Text Example
White with #0A382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A382C; }
p { color: rgb(10,56,44); }
H1.HeaderClassName
{
color: #0A382C;
}
.AnyTagClassName
{
color: #0A382C;
}
</style>
background-color css
<style>
a { background-color: #0A382C; }
a { background-color: rgb(10,56,44); }
div.DivClassName
{
background-color: #0A382C;
}
.BgClassName
{
background-color: #0A382C;
}
</style>
border-color css
<style>
span { border-color: #0A382C; }
span { border-color: rgb(10,56,44); }
td.TdClassName
{
border-color: #0A382C;
}
.TagClassName
{
border-color: #0A382C;
}
</style>