Shades of Green #026909
Tints of Green #026909
RGB
CMYK
RGB Variations
Color information
#026909 (or 0x026909) is known color: Green. HEX triplet: 02, 69 and 09. RGB value is (2,105,9). Sum of RGB (Red+Green+Blue) = 2+105+9=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 105 (41.41% from 255 or 90.52% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 105 - color contains mainly: green. Hex color #026909 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026909 is #FD96F6. Grayscale: #3F3F3F. Windows color (decimal): -16619255 or 616706. OLE color: 616706.
HSL color Cylindrical-coordinate representation of color #026909: hue angle of 124.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026909 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 105 | 9 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.59 |
| HSL | 124.08º | 0.96% | 0.21% | - |
| HSV(B) | 124.08º | 0.98% | 0.41% | - |
| XYZ | 5.13 | 10.14 | 1.94 | - |
| YUV | 63.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 9 | 0.98 | 0 | 0.91 | 0.59 | 124.08 | 0.96 | 0.21 |
| Hex | 2 | 69 | 9 | 62 | 0 | 5B | 3B | 7C | 60 | 15 |
| Octal | 2 | 151 | 11 | 142 | 0 | 133 | 73 | 174 | 140 | 25 |
| Binary | 10 | 1101001 | 1001 | 1100010 | 0 | 1011011 | 111011 | 1111100 | 1100000 | 10101 |
Color Harmonies of #026909
Complementary color
Monochromatic Colors of #026909
Black with #026909
Text Example
Text Example
White with #026909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026909; }
p { color: rgb(2,105,9); }
H1.HeaderClassName
{
color: #026909;
}
.AnyTagClassName
{
color: #026909;
}
</style>
background-color css
<style>
a { background-color: #026909; }
a { background-color: rgb(2,105,9); }
div.DivClassName
{
background-color: #026909;
}
.BgClassName
{
background-color: #026909;
}
</style>
border-color css
<style>
span { border-color: #026909; }
span { border-color: rgb(2,105,9); }
td.TdClassName
{
border-color: #026909;
}
.TagClassName
{
border-color: #026909;
}
</style>