Shades of Green #027015
Tints of Green #027015
RGB
CMYK
RGB Variations
Color information
#027015 (or 0x027015) is known color: Green. HEX triplet: 02, 70 and 15. RGB value is (2,112,21). Sum of RGB (Red+Green+Blue) = 2+112+21=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #027015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027015 is #FD8FEA. Grayscale: #444444. Windows color (decimal): -16617451 or 1404930. OLE color: 1404930.
HSL color Cylindrical-coordinate representation of color #027015: hue angle of 130.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027015 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 112 | 21 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.56 |
| HSL | 130.36º | 0.96% | 0.22% | - |
| HSV(B) | 130.36º | 0.98% | 0.44% | - |
| XYZ | 5.95 | 11.66 | 2.65 | - |
| YUV | 68.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 21 | 0.98 | 0 | 0.81 | 0.56 | 130.36 | 0.96 | 0.22 |
| Hex | 2 | 70 | 15 | 62 | 0 | 51 | 38 | 82 | 60 | 16 |
| Octal | 2 | 160 | 25 | 142 | 0 | 121 | 70 | 202 | 140 | 26 |
| Binary | 10 | 1110000 | 10101 | 1100010 | 0 | 1010001 | 111000 | 10000010 | 1100000 | 10110 |
Color Harmonies of #027015
Complementary color
Monochromatic Colors of #027015
Black with #027015
Text Example
Text Example
White with #027015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027015; }
p { color: rgb(2,112,21); }
H1.HeaderClassName
{
color: #027015;
}
.AnyTagClassName
{
color: #027015;
}
</style>
background-color css
<style>
a { background-color: #027015; }
a { background-color: rgb(2,112,21); }
div.DivClassName
{
background-color: #027015;
}
.BgClassName
{
background-color: #027015;
}
</style>
border-color css
<style>
span { border-color: #027015; }
span { border-color: rgb(2,112,21); }
td.TdClassName
{
border-color: #027015;
}
.TagClassName
{
border-color: #027015;
}
</style>