Shades of Dark Green #002A28
Tints of Dark Green #002A28
RGB
CMYK
RGB Variations
Color information
#002A28 (or 0x002A28) is known color: Dark Green. HEX triplet: 00, 2A and 28. RGB value is (0,42,40). Sum of RGB (Red+Green+Blue) = 0+42+40=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 42 (16.80% from 255 or 51.22% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 42 - color contains mainly: green. Hex color #002A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A28 is #FFD5D7. Grayscale: #1D1D1D. Windows color (decimal): -16766424 or 2632192. OLE color: 2632192.
HSL color Cylindrical-coordinate representation of color #002A28: hue angle of 177.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 #002A28 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 42 | 40 | - |
| CMYK | 1 | 0 | 0.05 | 0.84 |
| HSL | 177.14º | 1% | 0.08% | - |
| HSV(B) | 177.14º | 1% | 0.16% | - |
| XYZ | 1.21 | 1.81 | 2.29 | - |
| YUV | 29.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 40 | 1 | 0 | 0.05 | 0.84 | 177.14 | 1 | 0.08 |
| Hex | 0 | 2A | 28 | 64 | 0 | 5 | 54 | B1 | 64 | 8 |
| Octal | 0 | 52 | 50 | 144 | 0 | 5 | 124 | 261 | 144 | 10 |
| Binary | 0 | 101010 | 101000 | 1100100 | 0 | 101 | 1010100 | 10110001 | 1100100 | 1000 |
Color Harmonies of #002A28
Complementary color
Monochromatic Colors of #002A28
Black with #002A28
Text Example
Text Example
White with #002A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A28; }
p { color: rgb(0,42,40); }
H1.HeaderClassName
{
color: #002A28;
}
.AnyTagClassName
{
color: #002A28;
}
</style>
background-color css
<style>
a { background-color: #002A28; }
a { background-color: rgb(0,42,40); }
div.DivClassName
{
background-color: #002A28;
}
.BgClassName
{
background-color: #002A28;
}
</style>
border-color css
<style>
span { border-color: #002A28; }
span { border-color: rgb(0,42,40); }
td.TdClassName
{
border-color: #002A28;
}
.TagClassName
{
border-color: #002A28;
}
</style>