Shades of Green #02721C
Tints of Green #02721C
RGB
CMYK
RGB Variations
Color information
#02721C (or 0x02721C) is known color: Green. HEX triplet: 02, 72 and 1C. RGB value is (2,114,28). Sum of RGB (Red+Green+Blue) = 2+114+28=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 114 (44.92% from 255 or 79.17% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 114 - color contains mainly: green. Hex color #02721C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02721C is #FD8DE3. Grayscale: #464646. Windows color (decimal): -16616932 or 1864194. OLE color: 1864194.
HSL color Cylindrical-coordinate representation of color #02721C: hue angle of 133.93º 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 #02721C is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 114 | 28 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.55 |
| HSL | 133.93º | 0.97% | 0.23% | - |
| HSV(B) | 133.93º | 0.98% | 0.45% | - |
| XYZ | 6.25 | 12.13 | 3.11 | - |
| YUV | 70.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 114 | 28 | 0.98 | 0 | 0.75 | 0.55 | 133.93 | 0.97 | 0.23 |
| Hex | 2 | 72 | 1C | 62 | 0 | 4B | 37 | 86 | 61 | 17 |
| Octal | 2 | 162 | 34 | 142 | 0 | 113 | 67 | 206 | 141 | 27 |
| Binary | 10 | 1110010 | 11100 | 1100010 | 0 | 1001011 | 110111 | 10000110 | 1100001 | 10111 |
Color Harmonies of #02721C
Complementary color
Monochromatic Colors of #02721C
Black with #02721C
Text Example
Text Example
White with #02721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02721C; }
p { color: rgb(2,114,28); }
H1.HeaderClassName
{
color: #02721C;
}
.AnyTagClassName
{
color: #02721C;
}
</style>
background-color css
<style>
a { background-color: #02721C; }
a { background-color: rgb(2,114,28); }
div.DivClassName
{
background-color: #02721C;
}
.BgClassName
{
background-color: #02721C;
}
</style>
border-color css
<style>
span { border-color: #02721C; }
span { border-color: rgb(2,114,28); }
td.TdClassName
{
border-color: #02721C;
}
.TagClassName
{
border-color: #02721C;
}
</style>