Shades of Green #027619
Tints of Green #027619
RGB
CMYK
RGB Variations
Color information
#027619 (or 0x027619) is known color: Green. HEX triplet: 02, 76 and 19. RGB value is (2,118,25). Sum of RGB (Red+Green+Blue) = 2+118+25=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #027619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027619 is #FD89E6. Grayscale: #484848. Windows color (decimal): -16615911 or 1668610. OLE color: 1668610.
HSL color Cylindrical-coordinate representation of color #027619: hue angle of 131.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027619 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 118 | 25 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.54 |
| HSL | 131.9º | 0.97% | 0.24% | - |
| HSV(B) | 131.9º | 0.98% | 0.46% | - |
| XYZ | 6.68 | 13.04 | 3.08 | - |
| YUV | 72.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 25 | 0.98 | 0 | 0.79 | 0.54 | 131.9 | 0.97 | 0.24 |
| Hex | 2 | 76 | 19 | 62 | 0 | 4F | 36 | 84 | 61 | 18 |
| Octal | 2 | 166 | 31 | 142 | 0 | 117 | 66 | 204 | 141 | 30 |
| Binary | 10 | 1110110 | 11001 | 1100010 | 0 | 1001111 | 110110 | 10000100 | 1100001 | 11000 |
Color Harmonies of #027619
Complementary color
Monochromatic Colors of #027619
Black with #027619
Text Example
Text Example
White with #027619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027619; }
p { color: rgb(2,118,25); }
H1.HeaderClassName
{
color: #027619;
}
.AnyTagClassName
{
color: #027619;
}
</style>
background-color css
<style>
a { background-color: #027619; }
a { background-color: rgb(2,118,25); }
div.DivClassName
{
background-color: #027619;
}
.BgClassName
{
background-color: #027619;
}
</style>
border-color css
<style>
span { border-color: #027619; }
span { border-color: rgb(2,118,25); }
td.TdClassName
{
border-color: #027619;
}
.TagClassName
{
border-color: #027619;
}
</style>