Shades of Dark Green #0A2F1B
Tints of Dark Green #0A2F1B
RGB
CMYK
RGB Variations
Color information
#0A2F1B (or 0x0A2F1B) is known color: Dark Green. HEX triplet: 0A, 2F and 1B. RGB value is (10,47,27). Sum of RGB (Red+Green+Blue) = 10+47+27=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2F1B is #F5D0E4. Grayscale: #212121. Windows color (decimal): -16109797 or 1781514. OLE color: 1781514.
HSL color Cylindrical-coordinate representation of color #0A2F1B: hue angle of 147.57º 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 #0A2F1B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 27 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.82 |
| HSL | 147.57º | 0.65% | 0.11% | - |
| HSV(B) | 147.57º | 0.79% | 0.18% | - |
| XYZ | 1.34 | 2.18 | 1.39 | - |
| YUV | 33.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 27 | 0.79 | 0 | 0.43 | 0.82 | 147.57 | 0.65 | 0.11 |
| Hex | A | 2F | 1B | 4F | 0 | 2B | 52 | 94 | 41 | B |
| Octal | 12 | 57 | 33 | 117 | 0 | 53 | 122 | 224 | 101 | 13 |
| Binary | 1010 | 101111 | 11011 | 1001111 | 0 | 101011 | 1010010 | 10010100 | 1000001 | 1011 |
Color Harmonies of #0A2F1B
Complementary color
Monochromatic Colors of #0A2F1B
Black with #0A2F1B
Text Example
Text Example
White with #0A2F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F1B; }
p { color: rgb(10,47,27); }
H1.HeaderClassName
{
color: #0A2F1B;
}
.AnyTagClassName
{
color: #0A2F1B;
}
</style>
background-color css
<style>
a { background-color: #0A2F1B; }
a { background-color: rgb(10,47,27); }
div.DivClassName
{
background-color: #0A2F1B;
}
.BgClassName
{
background-color: #0A2F1B;
}
</style>
border-color css
<style>
span { border-color: #0A2F1B; }
span { border-color: rgb(10,47,27); }
td.TdClassName
{
border-color: #0A2F1B;
}
.TagClassName
{
border-color: #0A2F1B;
}
</style>