Shades of Dark Green #0A382D
Tints of Dark Green #0A382D
RGB
CMYK
RGB Variations
Color information
#0A382D (or 0x0A382D) is known color: Dark Green. HEX triplet: 0A, 38 and 2D. RGB value is (10,56,45). Sum of RGB (Red+Green+Blue) = 10+56+45=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #0A382D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A382D is #F5C7D2. Grayscale: #282828. Windows color (decimal): -16107475 or 2963466. OLE color: 2963466.
HSL color Cylindrical-coordinate representation of color #0A382D: hue angle of 165.65º 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 #0A382D is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 45 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.78 |
| HSL | 165.65º | 0.7% | 0.13% | - |
| HSV(B) | 165.65º | 0.82% | 0.22% | - |
| XYZ | 2.01 | 3.08 | 2.97 | - |
| YUV | 40.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 45 | 0.82 | 0 | 0.20 | 0.78 | 165.65 | 0.7 | 0.13 |
| Hex | A | 38 | 2D | 52 | 0 | 14 | 4E | A6 | 46 | D |
| Octal | 12 | 70 | 55 | 122 | 0 | 24 | 116 | 246 | 106 | 15 |
| Binary | 1010 | 111000 | 101101 | 1010010 | 0 | 10100 | 1001110 | 10100110 | 1000110 | 1101 |
Color Harmonies of #0A382D
Complementary color
Monochromatic Colors of #0A382D
Black with #0A382D
Text Example
Text Example
White with #0A382D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A382D; }
p { color: rgb(10,56,45); }
H1.HeaderClassName
{
color: #0A382D;
}
.AnyTagClassName
{
color: #0A382D;
}
</style>
background-color css
<style>
a { background-color: #0A382D; }
a { background-color: rgb(10,56,45); }
div.DivClassName
{
background-color: #0A382D;
}
.BgClassName
{
background-color: #0A382D;
}
</style>
border-color css
<style>
span { border-color: #0A382D; }
span { border-color: rgb(10,56,45); }
td.TdClassName
{
border-color: #0A382D;
}
.TagClassName
{
border-color: #0A382D;
}
</style>