Shades of Green #027311
Tints of Green #027311
RGB
CMYK
RGB Variations
Color information
#027311 (or 0x027311) is known color: Green. HEX triplet: 02, 73 and 11. RGB value is (2,115,17). Sum of RGB (Red+Green+Blue) = 2+115+17=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #027311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027311 is #FD8CEE. Grayscale: #464646. Windows color (decimal): -16616687 or 1143554. OLE color: 1143554.
HSL color Cylindrical-coordinate representation of color #027311: hue angle of 127.96º 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 #027311 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 17 | - |
| CMYK | 0.98 | 0 | 0.85 | 0.55 |
| HSL | 127.96º | 0.97% | 0.23% | - |
| HSV(B) | 127.96º | 0.98% | 0.45% | - |
| XYZ | 6.26 | 12.31 | 2.58 | - |
| YUV | 70.04 | 98.06 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 17 | 0.98 | 0 | 0.85 | 0.55 | 127.96 | 0.97 | 0.23 |
| Hex | 2 | 73 | 11 | 62 | 0 | 55 | 37 | 80 | 61 | 17 |
| Octal | 2 | 163 | 21 | 142 | 0 | 125 | 67 | 200 | 141 | 27 |
| Binary | 10 | 1110011 | 10001 | 1100010 | 0 | 1010101 | 110111 | 10000000 | 1100001 | 10111 |
Color Harmonies of #027311
Complementary color
Monochromatic Colors of #027311
Black with #027311
Text Example
Text Example
White with #027311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027311; }
p { color: rgb(2,115,17); }
H1.HeaderClassName
{
color: #027311;
}
.AnyTagClassName
{
color: #027311;
}
</style>
background-color css
<style>
a { background-color: #027311; }
a { background-color: rgb(2,115,17); }
div.DivClassName
{
background-color: #027311;
}
.BgClassName
{
background-color: #027311;
}
</style>
border-color css
<style>
span { border-color: #027311; }
span { border-color: rgb(2,115,17); }
td.TdClassName
{
border-color: #027311;
}
.TagClassName
{
border-color: #027311;
}
</style>