Shades of Dark Green #002A2A
Tints of Dark Green #002A2A
RGB
CMYK
RGB Variations
Color information
#002A2A (or 0x002A2A) is known color: Dark Green. HEX triplet: 00, 2A and 2A. RGB value is (0,42,42). Sum of RGB (Red+Green+Blue) = 0+42+42=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: green, blue. Hex color #002A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A2A is #FFD5D5. Grayscale: #1D1D1D. Windows color (decimal): -16766422 or 2763264. OLE color: 2763264.
HSL color Cylindrical-coordinate representation of color #002A2A: hue angle of 180º 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 #002A2A is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 0 | 42 | 42 | - |
CMYK | 1 | 0 | 0 | 0.84 |
HSL | 180º | 1% | 0.08% | - |
HSV(B) | 180º | 1% | 0.16% | - |
XYZ | 1.25 | 1.82 | 2.48 | - |
YUV | 29.44 | 135.09 | 107 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 42 | 42 | 1 | 0 | 0 | 0.84 | 180 | 1 | 0.08 |
Hex | 0 | 2A | 2A | 64 | 0 | 0 | 54 | B4 | 64 | 8 |
Octal | 0 | 52 | 52 | 144 | 0 | 0 | 124 | 264 | 144 | 10 |
Binary | 0 | 101010 | 101010 | 1100100 | 0 | 0 | 1010100 | 10110100 | 1100100 | 1000 |
Color Harmonies of #002A2A
Complementary color
Monochromatic Colors of #002A2A
Black with #002A2A
Text Example
Text Example
White with #002A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A2A; }
p { color: rgb(0,42,42); }
H1.HeaderClassName
{
color: #002A2A;
}
.AnyTagClassName
{
color: #002A2A;
}
</style>
background-color css
<style>
a { background-color: #002A2A; }
a { background-color: rgb(0,42,42); }
div.DivClassName
{
background-color: #002A2A;
}
.BgClassName
{
background-color: #002A2A;
}
</style>
border-color css
<style>
span { border-color: #002A2A; }
span { border-color: rgb(0,42,42); }
td.TdClassName
{
border-color: #002A2A;
}
.TagClassName
{
border-color: #002A2A;
}
</style>