Shades of Green #027315
Tints of Green #027315
RGB
CMYK
RGB Variations
Color information
#027315 (or 0x027315) is known color: Green. HEX triplet: 02, 73 and 15. RGB value is (2,115,21). Sum of RGB (Red+Green+Blue) = 2+115+21=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #027315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027315 is #FD8CEA. Grayscale: #464646. Windows color (decimal): -16616683 or 1405698. OLE color: 1405698.
HSL color Cylindrical-coordinate representation of color #027315: hue angle of 130.09º 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 #027315 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 21 | - |
| CMYK | 0.98 | 0 | 0.82 | 0.55 |
| HSL | 130.09º | 0.97% | 0.23% | - |
| HSV(B) | 130.09º | 0.98% | 0.45% | - |
| XYZ | 6.29 | 12.33 | 2.76 | - |
| YUV | 70.5 | 100.06 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 21 | 0.98 | 0 | 0.82 | 0.55 | 130.09 | 0.97 | 0.23 |
| Hex | 2 | 73 | 15 | 62 | 0 | 52 | 37 | 82 | 61 | 17 |
| Octal | 2 | 163 | 25 | 142 | 0 | 122 | 67 | 202 | 141 | 27 |
| Binary | 10 | 1110011 | 10101 | 1100010 | 0 | 1010010 | 110111 | 10000010 | 1100001 | 10111 |
Color Harmonies of #027315
Complementary color
Monochromatic Colors of #027315
Black with #027315
Text Example
Text Example
White with #027315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027315; }
p { color: rgb(2,115,21); }
H1.HeaderClassName
{
color: #027315;
}
.AnyTagClassName
{
color: #027315;
}
</style>
background-color css
<style>
a { background-color: #027315; }
a { background-color: rgb(2,115,21); }
div.DivClassName
{
background-color: #027315;
}
.BgClassName
{
background-color: #027315;
}
</style>
border-color css
<style>
span { border-color: #027315; }
span { border-color: rgb(2,115,21); }
td.TdClassName
{
border-color: #027315;
}
.TagClassName
{
border-color: #027315;
}
</style>