Shades of Green #027B09
Tints of Green #027B09
RGB
CMYK
RGB Variations
Color information
#027B09 (or 0x027B09) is known color: Green. HEX triplet: 02, 7B and 09. RGB value is (2,123,9). Sum of RGB (Red+Green+Blue) = 2+123+9=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 123 (48.44% from 255 or 91.79% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 123 - color contains mainly: green. Hex color #027B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027B09 is #FD84F6. Grayscale: #4A4A4A. Windows color (decimal): -16614647 or 621314. OLE color: 621314.
HSL color Cylindrical-coordinate representation of color #027B09: hue angle of 123.47º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B09 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 123 | 9 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.52 |
| HSL | 123.47º | 0.97% | 0.25% | - |
| HSV(B) | 123.47º | 0.98% | 0.48% | - |
| XYZ | 7.16 | 14.2 | 2.62 | - |
| YUV | 73.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 9 | 0.98 | 0 | 0.93 | 0.52 | 123.47 | 0.97 | 0.25 |
| Hex | 2 | 7B | 9 | 62 | 0 | 5D | 34 | 7B | 61 | 19 |
| Octal | 2 | 173 | 11 | 142 | 0 | 135 | 64 | 173 | 141 | 31 |
| Binary | 10 | 1111011 | 1001 | 1100010 | 0 | 1011101 | 110100 | 1111011 | 1100001 | 11001 |
Color Harmonies of #027B09
Complementary color
Monochromatic Colors of #027B09
Black with #027B09
Text Example
Text Example
White with #027B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B09; }
p { color: rgb(2,123,9); }
H1.HeaderClassName
{
color: #027B09;
}
.AnyTagClassName
{
color: #027B09;
}
</style>
background-color css
<style>
a { background-color: #027B09; }
a { background-color: rgb(2,123,9); }
div.DivClassName
{
background-color: #027B09;
}
.BgClassName
{
background-color: #027B09;
}
</style>
border-color css
<style>
span { border-color: #027B09; }
span { border-color: rgb(2,123,9); }
td.TdClassName
{
border-color: #027B09;
}
.TagClassName
{
border-color: #027B09;
}
</style>