Shades of Dark Green #002A0B
Tints of Dark Green #002A0B
RGB
CMYK
RGB Variations
Color information
#002A0B (or 0x002A0B) is known color: Dark Green. HEX triplet: 00, 2A and 0B. RGB value is (0,42,11). Sum of RGB (Red+Green+Blue) = 0+42+11=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 42 (16.80% from 255 or 79.25% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 42 - color contains mainly: green. Hex color #002A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002A0B is #FFD5F4. Grayscale: #191919. Windows color (decimal): -16766453 or 731648. OLE color: 731648.
HSL color Cylindrical-coordinate representation of color #002A0B: hue angle of 135.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A0B is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 42 | 11 | - |
| CMYK | 1 | 0 | 0.74 | 0.84 |
| HSL | 135.71º | 1% | 0.08% | - |
| HSV(B) | 135.71º | 1% | 0.16% | - |
| XYZ | 0.89 | 1.68 | 0.59 | - |
| YUV | 25.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 11 | 1 | 0 | 0.74 | 0.84 | 135.71 | 1 | 0.08 |
| Hex | 0 | 2A | B | 64 | 0 | 4A | 54 | 88 | 64 | 8 |
| Octal | 0 | 52 | 13 | 144 | 0 | 112 | 124 | 210 | 144 | 10 |
| Binary | 0 | 101010 | 1011 | 1100100 | 0 | 1001010 | 1010100 | 10001000 | 1100100 | 1000 |
Color Harmonies of #002A0B
Complementary color
Monochromatic Colors of #002A0B
Black with #002A0B
Text Example
Text Example
White with #002A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A0B; }
p { color: rgb(0,42,11); }
H1.HeaderClassName
{
color: #002A0B;
}
.AnyTagClassName
{
color: #002A0B;
}
</style>
background-color css
<style>
a { background-color: #002A0B; }
a { background-color: rgb(0,42,11); }
div.DivClassName
{
background-color: #002A0B;
}
.BgClassName
{
background-color: #002A0B;
}
</style>
border-color css
<style>
span { border-color: #002A0B; }
span { border-color: rgb(0,42,11); }
td.TdClassName
{
border-color: #002A0B;
}
.TagClassName
{
border-color: #002A0B;
}
</style>