Shades of Kelly Green #2BA606
Tints of Kelly Green #2BA606
RGB
CMYK
RGB Variations
Color information
#2BA606 (or 0x2BA606) is known color: Kelly Green. HEX triplet: 2B, A6 and 06. RGB value is (43,166,6). Sum of RGB (Red+Green+Blue) = 43+166+6=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 166 (65.23% from 255 or 77.21% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA606 is #D459F9. Grayscale: #6F6F6F. Windows color (decimal): -13916666 or 435755. OLE color: 435755.
HSL color Cylindrical-coordinate representation of color #2BA606: hue angle of 106.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BA606 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 6 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.35 |
| HSL | 106.13º | 0.93% | 0.34% | - |
| HSV(B) | 106.13º | 0.96% | 0.65% | - |
| XYZ | 14.67 | 27.8 | 4.77 | - |
| YUV | 110.98 | 68.75 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 6 | 0.74 | 0 | 0.96 | 0.35 | 106.13 | 0.93 | 0.34 |
| Hex | 2B | A6 | 6 | 4A | 0 | 60 | 23 | 6A | 5D | 22 |
| Octal | 53 | 246 | 6 | 112 | 0 | 140 | 43 | 152 | 135 | 42 |
| Binary | 101011 | 10100110 | 110 | 1001010 | 0 | 1100000 | 100011 | 1101010 | 1011101 | 100010 |
Color Harmonies of #2BA606
Complementary color
Monochromatic Colors of #2BA606
Black with #2BA606
Text Example
Text Example
White with #2BA606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA606; }
p { color: rgb(43,166,6); }
H1.HeaderClassName
{
color: #2BA606;
}
.AnyTagClassName
{
color: #2BA606;
}
</style>
background-color css
<style>
a { background-color: #2BA606; }
a { background-color: rgb(43,166,6); }
div.DivClassName
{
background-color: #2BA606;
}
.BgClassName
{
background-color: #2BA606;
}
</style>
border-color css
<style>
span { border-color: #2BA606; }
span { border-color: rgb(43,166,6); }
td.TdClassName
{
border-color: #2BA606;
}
.TagClassName
{
border-color: #2BA606;
}
</style>