Shades of Dark Green #0A2F2B
Tints of Dark Green #0A2F2B
RGB
CMYK
RGB Variations
Color information
#0A2F2B (or 0x0A2F2B) is known color: Dark Green. HEX triplet: 0A, 2F and 2B. RGB value is (10,47,43). Sum of RGB (Red+Green+Blue) = 10+47+43=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F2B is #F5D0D4. Grayscale: #232323. Windows color (decimal): -16109781 or 2830090. OLE color: 2830090.
HSL color Cylindrical-coordinate representation of color #0A2F2B: hue angle of 173.51º 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 #0A2F2B is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 43 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.82 |
| HSL | 173.51º | 0.65% | 0.11% | - |
| HSV(B) | 173.51º | 0.79% | 0.18% | - |
| XYZ | 1.58 | 2.27 | 2.64 | - |
| YUV | 35.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 43 | 0.79 | 0 | 0.09 | 0.82 | 173.51 | 0.65 | 0.11 |
| Hex | A | 2F | 2B | 4F | 0 | 9 | 52 | AE | 41 | B |
| Octal | 12 | 57 | 53 | 117 | 0 | 11 | 122 | 256 | 101 | 13 |
| Binary | 1010 | 101111 | 101011 | 1001111 | 0 | 1001 | 1010010 | 10101110 | 1000001 | 1011 |
Color Harmonies of #0A2F2B
Complementary color
Monochromatic Colors of #0A2F2B
Black with #0A2F2B
Text Example
Text Example
White with #0A2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F2B; }
p { color: rgb(10,47,43); }
H1.HeaderClassName
{
color: #0A2F2B;
}
.AnyTagClassName
{
color: #0A2F2B;
}
</style>
background-color css
<style>
a { background-color: #0A2F2B; }
a { background-color: rgb(10,47,43); }
div.DivClassName
{
background-color: #0A2F2B;
}
.BgClassName
{
background-color: #0A2F2B;
}
</style>
border-color css
<style>
span { border-color: #0A2F2B; }
span { border-color: rgb(10,47,43); }
td.TdClassName
{
border-color: #0A2F2B;
}
.TagClassName
{
border-color: #0A2F2B;
}
</style>