Shades of Dark Green #0A2F28
Tints of Dark Green #0A2F28
RGB
CMYK
RGB Variations
Color information
#0A2F28 (or 0x0A2F28) is known color: Dark Green. HEX triplet: 0A, 2F and 28. RGB value is (10,47,40). Sum of RGB (Red+Green+Blue) = 10+47+40=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F28 is #F5D0D7. Grayscale: #232323. Windows color (decimal): -16109784 or 2633482. OLE color: 2633482.
HSL color Cylindrical-coordinate representation of color #0A2F28: hue angle of 168.65º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2F28 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 40 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.82 |
| HSL | 168.65º | 0.65% | 0.11% | - |
| HSV(B) | 168.65º | 0.79% | 0.18% | - |
| XYZ | 1.52 | 2.25 | 2.36 | - |
| YUV | 35.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 40 | 0.79 | 0 | 0.15 | 0.82 | 168.65 | 0.65 | 0.11 |
| Hex | A | 2F | 28 | 4F | 0 | F | 52 | A9 | 41 | B |
| Octal | 12 | 57 | 50 | 117 | 0 | 17 | 122 | 251 | 101 | 13 |
| Binary | 1010 | 101111 | 101000 | 1001111 | 0 | 1111 | 1010010 | 10101001 | 1000001 | 1011 |
Color Harmonies of #0A2F28
Complementary color
Monochromatic Colors of #0A2F28
Black with #0A2F28
Text Example
Text Example
White with #0A2F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F28; }
p { color: rgb(10,47,40); }
H1.HeaderClassName
{
color: #0A2F28;
}
.AnyTagClassName
{
color: #0A2F28;
}
</style>
background-color css
<style>
a { background-color: #0A2F28; }
a { background-color: rgb(10,47,40); }
div.DivClassName
{
background-color: #0A2F28;
}
.BgClassName
{
background-color: #0A2F28;
}
</style>
border-color css
<style>
span { border-color: #0A2F28; }
span { border-color: rgb(10,47,40); }
td.TdClassName
{
border-color: #0A2F28;
}
.TagClassName
{
border-color: #0A2F28;
}
</style>