Shades of Green #027407
Tints of Green #027407
RGB
CMYK
RGB Variations
Color information
#027407 (or 0x027407) is known color: Green. HEX triplet: 02, 74 and 07. RGB value is (2,116,7). Sum of RGB (Red+Green+Blue) = 2+116+7=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 116 (45.70% from 255 or 92.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 116 - color contains mainly: green. Hex color #027407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027407 is #FD8BF8. Grayscale: #454545. Windows color (decimal): -16616441 or 488450. OLE color: 488450.
HSL color Cylindrical-coordinate representation of color #027407: hue angle of 122.63º 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 #027407 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 116 | 7 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.55 |
| HSL | 122.63º | 0.97% | 0.23% | - |
| HSV(B) | 122.63º | 0.98% | 0.45% | - |
| XYZ | 6.31 | 12.52 | 2.28 | - |
| YUV | 69.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 116 | 7 | 0.98 | 0 | 0.94 | 0.55 | 122.63 | 0.97 | 0.23 |
| Hex | 2 | 74 | 7 | 62 | 0 | 5E | 37 | 7B | 61 | 17 |
| Octal | 2 | 164 | 7 | 142 | 0 | 136 | 67 | 173 | 141 | 27 |
| Binary | 10 | 1110100 | 111 | 1100010 | 0 | 1011110 | 110111 | 1111011 | 1100001 | 10111 |
Color Harmonies of #027407
Complementary color
Monochromatic Colors of #027407
Black with #027407
Text Example
Text Example
White with #027407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027407; }
p { color: rgb(2,116,7); }
H1.HeaderClassName
{
color: #027407;
}
.AnyTagClassName
{
color: #027407;
}
</style>
background-color css
<style>
a { background-color: #027407; }
a { background-color: rgb(2,116,7); }
div.DivClassName
{
background-color: #027407;
}
.BgClassName
{
background-color: #027407;
}
</style>
border-color css
<style>
span { border-color: #027407; }
span { border-color: rgb(2,116,7); }
td.TdClassName
{
border-color: #027407;
}
.TagClassName
{
border-color: #027407;
}
</style>