Shades of Green #027508
Tints of Green #027508
RGB
CMYK
RGB Variations
Color information
#027508 (or 0x027508) is known color: Green. HEX triplet: 02, 75 and 08. RGB value is (2,117,8). Sum of RGB (Red+Green+Blue) = 2+117+8=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #027508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027508 is #FD8AF7. Grayscale: #464646. Windows color (decimal): -16616184 or 554242. OLE color: 554242.
HSL color Cylindrical-coordinate representation of color #027508: hue angle of 123.13º 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 #027508 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 117 | 8 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.54 |
| HSL | 123.13º | 0.97% | 0.23% | - |
| HSV(B) | 123.13º | 0.98% | 0.46% | - |
| XYZ | 6.43 | 12.75 | 2.35 | - |
| YUV | 70.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 8 | 0.98 | 0 | 0.93 | 0.54 | 123.13 | 0.97 | 0.23 |
| Hex | 2 | 75 | 8 | 62 | 0 | 5D | 36 | 7B | 61 | 17 |
| Octal | 2 | 165 | 10 | 142 | 0 | 135 | 66 | 173 | 141 | 27 |
| Binary | 10 | 1110101 | 1000 | 1100010 | 0 | 1011101 | 110110 | 1111011 | 1100001 | 10111 |
Color Harmonies of #027508
Complementary color
Monochromatic Colors of #027508
Black with #027508
Text Example
Text Example
White with #027508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027508; }
p { color: rgb(2,117,8); }
H1.HeaderClassName
{
color: #027508;
}
.AnyTagClassName
{
color: #027508;
}
</style>
background-color css
<style>
a { background-color: #027508; }
a { background-color: rgb(2,117,8); }
div.DivClassName
{
background-color: #027508;
}
.BgClassName
{
background-color: #027508;
}
</style>
border-color css
<style>
span { border-color: #027508; }
span { border-color: rgb(2,117,8); }
td.TdClassName
{
border-color: #027508;
}
.TagClassName
{
border-color: #027508;
}
</style>