Shades of Green #02790C
Tints of Green #02790C
RGB
CMYK
RGB Variations
Color information
#02790C (or 0x02790C) is known color: Green. HEX triplet: 02, 79 and 0C. RGB value is (2,121,12). Sum of RGB (Red+Green+Blue) = 2+121+12=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 121 (47.66% from 255 or 89.63% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 121 - color contains mainly: green. Hex color #02790C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02790C is #FD86F3. Grayscale: #494949. Windows color (decimal): -16615156 or 817410. OLE color: 817410.
HSL color Cylindrical-coordinate representation of color #02790C: hue angle of 125.04º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02790C is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 121 | 12 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.53 |
| HSL | 125.04º | 0.97% | 0.24% | - |
| HSV(B) | 125.04º | 0.98% | 0.47% | - |
| XYZ | 6.93 | 13.71 | 2.63 | - |
| YUV | 72.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 12 | 0.98 | 0 | 0.90 | 0.53 | 125.04 | 0.97 | 0.24 |
| Hex | 2 | 79 | C | 62 | 0 | 5A | 35 | 7D | 61 | 18 |
| Octal | 2 | 171 | 14 | 142 | 0 | 132 | 65 | 175 | 141 | 30 |
| Binary | 10 | 1111001 | 1100 | 1100010 | 0 | 1011010 | 110101 | 1111101 | 1100001 | 11000 |
Color Harmonies of #02790C
Complementary color
Monochromatic Colors of #02790C
Black with #02790C
Text Example
Text Example
White with #02790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02790C; }
p { color: rgb(2,121,12); }
H1.HeaderClassName
{
color: #02790C;
}
.AnyTagClassName
{
color: #02790C;
}
</style>
background-color css
<style>
a { background-color: #02790C; }
a { background-color: rgb(2,121,12); }
div.DivClassName
{
background-color: #02790C;
}
.BgClassName
{
background-color: #02790C;
}
</style>
border-color css
<style>
span { border-color: #02790C; }
span { border-color: rgb(2,121,12); }
td.TdClassName
{
border-color: #02790C;
}
.TagClassName
{
border-color: #02790C;
}
</style>