Shades of Green #027F09
Tints of Green #027F09
RGB
CMYK
RGB Variations
Color information
#027F09 (or 0x027F09) is known color: Green. HEX triplet: 02, 7F and 09. RGB value is (2,127,9). Sum of RGB (Red+Green+Blue) = 2+127+9=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 127 (50% from 255 or 92.03% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 127 - color contains mainly: green. Hex color #027F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027F09 is #FD80F6. Grayscale: #4C4C4C. Windows color (decimal): -16613623 or 622338. OLE color: 622338.
HSL color Cylindrical-coordinate representation of color #027F09: hue angle of 123.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F09 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 127 | 9 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.50 |
| HSL | 123.36º | 0.97% | 0.25% | - |
| HSV(B) | 123.36º | 0.98% | 0.5% | - |
| XYZ | 7.66 | 15.21 | 2.79 | - |
| YUV | 76.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 9 | 0.98 | 0 | 0.93 | 0.50 | 123.36 | 0.97 | 0.25 |
| Hex | 2 | 7F | 9 | 62 | 0 | 5D | 32 | 7B | 61 | 19 |
| Octal | 2 | 177 | 11 | 142 | 0 | 135 | 62 | 173 | 141 | 31 |
| Binary | 10 | 1111111 | 1001 | 1100010 | 0 | 1011101 | 110010 | 1111011 | 1100001 | 11001 |
Color Harmonies of #027F09
Complementary color
Monochromatic Colors of #027F09
Black with #027F09
Text Example
Text Example
White with #027F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F09; }
p { color: rgb(2,127,9); }
H1.HeaderClassName
{
color: #027F09;
}
.AnyTagClassName
{
color: #027F09;
}
</style>
background-color css
<style>
a { background-color: #027F09; }
a { background-color: rgb(2,127,9); }
div.DivClassName
{
background-color: #027F09;
}
.BgClassName
{
background-color: #027F09;
}
</style>
border-color css
<style>
span { border-color: #027F09; }
span { border-color: rgb(2,127,9); }
td.TdClassName
{
border-color: #027F09;
}
.TagClassName
{
border-color: #027F09;
}
</style>