Shades of Dark Green #002A1A
Tints of Dark Green #002A1A
RGB
CMYK
RGB Variations
Color information
#002A1A (or 0x002A1A) is known color: Dark Green. HEX triplet: 00, 2A and 1A. RGB value is (0,42,26). Sum of RGB (Red+Green+Blue) = 0+42+26=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 42 (16.80% from 255 or 61.76% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 42 - color contains mainly: green. Hex color #002A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A1A is #FFD5E5. Grayscale: #1B1B1B. Windows color (decimal): -16766438 or 1714688. OLE color: 1714688.
HSL color Cylindrical-coordinate representation of color #002A1A: hue angle of 157.14º 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 #002A1A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 42 | 26 | - |
| CMYK | 1 | 0 | 0.38 | 0.84 |
| HSL | 157.14º | 1% | 0.08% | - |
| HSV(B) | 157.14º | 1% | 0.16% | - |
| XYZ | 1.01 | 1.73 | 1.26 | - |
| YUV | 27.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 26 | 1 | 0 | 0.38 | 0.84 | 157.14 | 1 | 0.08 |
| Hex | 0 | 2A | 1A | 64 | 0 | 26 | 54 | 9D | 64 | 8 |
| Octal | 0 | 52 | 32 | 144 | 0 | 46 | 124 | 235 | 144 | 10 |
| Binary | 0 | 101010 | 11010 | 1100100 | 0 | 100110 | 1010100 | 10011101 | 1100100 | 1000 |
Color Harmonies of #002A1A
Complementary color
Monochromatic Colors of #002A1A
Black with #002A1A
Text Example
Text Example
White with #002A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A1A; }
p { color: rgb(0,42,26); }
H1.HeaderClassName
{
color: #002A1A;
}
.AnyTagClassName
{
color: #002A1A;
}
</style>
background-color css
<style>
a { background-color: #002A1A; }
a { background-color: rgb(0,42,26); }
div.DivClassName
{
background-color: #002A1A;
}
.BgClassName
{
background-color: #002A1A;
}
</style>
border-color css
<style>
span { border-color: #002A1A; }
span { border-color: rgb(0,42,26); }
td.TdClassName
{
border-color: #002A1A;
}
.TagClassName
{
border-color: #002A1A;
}
</style>