Shades of Green #027513
Tints of Green #027513
RGB
CMYK
RGB Variations
Color information
#027513 (or 0x027513) is known color: Green. HEX triplet: 02, 75 and 13. RGB value is (2,117,19). Sum of RGB (Red+Green+Blue) = 2+117+19=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #027513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027513 is #FD8AEC. Grayscale: #474747. Windows color (decimal): -16616173 or 1275138. OLE color: 1275138.
HSL color Cylindrical-coordinate representation of color #027513: hue angle of 128.87º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027513 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 117 | 19 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.54 |
| HSL | 128.87º | 0.97% | 0.23% | - |
| HSV(B) | 128.87º | 0.98% | 0.46% | - |
| XYZ | 6.5 | 12.78 | 2.74 | - |
| YUV | 71.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 19 | 0.98 | 0 | 0.84 | 0.54 | 128.87 | 0.97 | 0.23 |
| Hex | 2 | 75 | 13 | 62 | 0 | 54 | 36 | 81 | 61 | 17 |
| Octal | 2 | 165 | 23 | 142 | 0 | 124 | 66 | 201 | 141 | 27 |
| Binary | 10 | 1110101 | 10011 | 1100010 | 0 | 1010100 | 110110 | 10000001 | 1100001 | 10111 |
Color Harmonies of #027513
Complementary color
Monochromatic Colors of #027513
Black with #027513
Text Example
Text Example
White with #027513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027513; }
p { color: rgb(2,117,19); }
H1.HeaderClassName
{
color: #027513;
}
.AnyTagClassName
{
color: #027513;
}
</style>
background-color css
<style>
a { background-color: #027513; }
a { background-color: rgb(2,117,19); }
div.DivClassName
{
background-color: #027513;
}
.BgClassName
{
background-color: #027513;
}
</style>
border-color css
<style>
span { border-color: #027513; }
span { border-color: rgb(2,117,19); }
td.TdClassName
{
border-color: #027513;
}
.TagClassName
{
border-color: #027513;
}
</style>