Shades of Green #027316
Tints of Green #027316
RGB
CMYK
RGB Variations
Color information
#027316 (or 0x027316) is known color: Green. HEX triplet: 02, 73 and 16. RGB value is (2,115,22). Sum of RGB (Red+Green+Blue) = 2+115+22=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #027316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027316 is #FD8CE9. Grayscale: #464646. Windows color (decimal): -16616682 or 1471234. OLE color: 1471234.
HSL color Cylindrical-coordinate representation of color #027316: hue angle of 130.62º 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 #027316 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 22 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.55 |
| HSL | 130.62º | 0.97% | 0.23% | - |
| HSV(B) | 130.62º | 0.98% | 0.45% | - |
| XYZ | 6.3 | 12.33 | 2.81 | - |
| YUV | 70.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 22 | 0.98 | 0 | 0.81 | 0.55 | 130.62 | 0.97 | 0.23 |
| Hex | 2 | 73 | 16 | 62 | 0 | 51 | 37 | 83 | 61 | 17 |
| Octal | 2 | 163 | 26 | 142 | 0 | 121 | 67 | 203 | 141 | 27 |
| Binary | 10 | 1110011 | 10110 | 1100010 | 0 | 1010001 | 110111 | 10000011 | 1100001 | 10111 |
Color Harmonies of #027316
Complementary color
Monochromatic Colors of #027316
Black with #027316
Text Example
Text Example
White with #027316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027316; }
p { color: rgb(2,115,22); }
H1.HeaderClassName
{
color: #027316;
}
.AnyTagClassName
{
color: #027316;
}
</style>
background-color css
<style>
a { background-color: #027316; }
a { background-color: rgb(2,115,22); }
div.DivClassName
{
background-color: #027316;
}
.BgClassName
{
background-color: #027316;
}
</style>
border-color css
<style>
span { border-color: #027316; }
span { border-color: rgb(2,115,22); }
td.TdClassName
{
border-color: #027316;
}
.TagClassName
{
border-color: #027316;
}
</style>