Shades of Kelly Green #2BA906
Tints of Kelly Green #2BA906
RGB
CMYK
RGB Variations
Color information
#2BA906 (or 0x2BA906) is known color: Kelly Green. HEX triplet: 2B, A9 and 06. RGB value is (43,169,6). Sum of RGB (Red+Green+Blue) = 43+169+6=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 169 (66.41% from 255 or 77.52% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA906 is #D456F9. Grayscale: #717171. Windows color (decimal): -13915898 or 436523. OLE color: 436523.
HSL color Cylindrical-coordinate representation of color #2BA906: hue angle of 106.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BA906 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 6 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.34 |
| HSL | 106.38º | 0.93% | 0.34% | - |
| HSV(B) | 106.38º | 0.96% | 0.66% | - |
| XYZ | 15.22 | 28.9 | 4.95 | - |
| YUV | 112.74 | 67.76 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 6 | 0.75 | 0 | 0.96 | 0.34 | 106.38 | 0.93 | 0.34 |
| Hex | 2B | A9 | 6 | 4B | 0 | 60 | 22 | 6A | 5D | 22 |
| Octal | 53 | 251 | 6 | 113 | 0 | 140 | 42 | 152 | 135 | 42 |
| Binary | 101011 | 10101001 | 110 | 1001011 | 0 | 1100000 | 100010 | 1101010 | 1011101 | 100010 |
Color Harmonies of #2BA906
Complementary color
Monochromatic Colors of #2BA906
Black with #2BA906
Text Example
Text Example
White with #2BA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA906; }
p { color: rgb(43,169,6); }
H1.HeaderClassName
{
color: #2BA906;
}
.AnyTagClassName
{
color: #2BA906;
}
</style>
background-color css
<style>
a { background-color: #2BA906; }
a { background-color: rgb(43,169,6); }
div.DivClassName
{
background-color: #2BA906;
}
.BgClassName
{
background-color: #2BA906;
}
</style>
border-color css
<style>
span { border-color: #2BA906; }
span { border-color: rgb(43,169,6); }
td.TdClassName
{
border-color: #2BA906;
}
.TagClassName
{
border-color: #2BA906;
}
</style>