Shades of Kelly Green #2BA808
Tints of Kelly Green #2BA808
RGB
CMYK
RGB Variations
Color information
#2BA808 (or 0x2BA808) is known color: Kelly Green. HEX triplet: 2B, A8 and 08. RGB value is (43,168,8). Sum of RGB (Red+Green+Blue) = 43+168+8=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA808 is #D457F7. Grayscale: #707070. Windows color (decimal): -13916152 or 567339. OLE color: 567339.
HSL color Cylindrical-coordinate representation of color #2BA808: hue angle of 106.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BA808 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 8 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.34 |
| HSL | 106.88º | 0.91% | 0.35% | - |
| HSV(B) | 106.88º | 0.95% | 0.66% | - |
| XYZ | 15.04 | 28.54 | 4.94 | - |
| YUV | 112.39 | 69.09 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 8 | 0.74 | 0 | 0.95 | 0.34 | 106.88 | 0.91 | 0.35 |
| Hex | 2B | A8 | 8 | 4A | 0 | 5F | 22 | 6B | 5B | 23 |
| Octal | 53 | 250 | 10 | 112 | 0 | 137 | 42 | 153 | 133 | 43 |
| Binary | 101011 | 10101000 | 1000 | 1001010 | 0 | 1011111 | 100010 | 1101011 | 1011011 | 100011 |
Color Harmonies of #2BA808
Complementary color
Monochromatic Colors of #2BA808
Black with #2BA808
Text Example
Text Example
White with #2BA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA808; }
p { color: rgb(43,168,8); }
H1.HeaderClassName
{
color: #2BA808;
}
.AnyTagClassName
{
color: #2BA808;
}
</style>
background-color css
<style>
a { background-color: #2BA808; }
a { background-color: rgb(43,168,8); }
div.DivClassName
{
background-color: #2BA808;
}
.BgClassName
{
background-color: #2BA808;
}
</style>
border-color css
<style>
span { border-color: #2BA808; }
span { border-color: rgb(43,168,8); }
td.TdClassName
{
border-color: #2BA808;
}
.TagClassName
{
border-color: #2BA808;
}
</style>