Shades of Green #02721A
Tints of Green #02721A
RGB
CMYK
RGB Variations
Color information
#02721A (or 0x02721A) is known color: Green. HEX triplet: 02, 72 and 1A. RGB value is (2,114,26). Sum of RGB (Red+Green+Blue) = 2+114+26=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #02721A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02721A is #FD8DE5. Grayscale: #464646. Windows color (decimal): -16616934 or 1733122. OLE color: 1733122.
HSL color Cylindrical-coordinate representation of color #02721A: hue angle of 132.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02721A is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 114 | 26 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.55 |
| HSL | 132.86º | 0.97% | 0.23% | - |
| HSV(B) | 132.86º | 0.98% | 0.45% | - |
| XYZ | 6.23 | 12.12 | 2.99 | - |
| YUV | 70.48 | 102.89 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 26 | 0.98 | 0 | 0.77 | 0.55 | 132.86 | 0.97 | 0.23 |
| Hex | 2 | 72 | 1A | 62 | 0 | 4D | 37 | 85 | 61 | 17 |
| Octal | 2 | 162 | 32 | 142 | 0 | 115 | 67 | 205 | 141 | 27 |
| Binary | 10 | 1110010 | 11010 | 1100010 | 0 | 1001101 | 110111 | 10000101 | 1100001 | 10111 |
Color Harmonies of #02721A
Complementary color
Monochromatic Colors of #02721A
Black with #02721A
Text Example
Text Example
White with #02721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02721A; }
p { color: rgb(2,114,26); }
H1.HeaderClassName
{
color: #02721A;
}
.AnyTagClassName
{
color: #02721A;
}
</style>
background-color css
<style>
a { background-color: #02721A; }
a { background-color: rgb(2,114,26); }
div.DivClassName
{
background-color: #02721A;
}
.BgClassName
{
background-color: #02721A;
}
</style>
border-color css
<style>
span { border-color: #02721A; }
span { border-color: rgb(2,114,26); }
td.TdClassName
{
border-color: #02721A;
}
.TagClassName
{
border-color: #02721A;
}
</style>