Shades of Kelly Green #2BAA05
Tints of Kelly Green #2BAA05
RGB
CMYK
RGB Variations
Color information
#2BAA05 (or 0x2BAA05) is known color: Kelly Green. HEX triplet: 2B, AA and 05. RGB value is (43,170,5). Sum of RGB (Red+Green+Blue) = 43+170+5=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 170 (66.80% from 255 or 77.98% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA05 is #D455FA. Grayscale: #717171. Windows color (decimal): -13915643 or 371243. OLE color: 371243.
HSL color Cylindrical-coordinate representation of color #2BAA05: hue angle of 106.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BAA05 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.33 |
| HSL | 106.18º | 0.94% | 0.34% | - |
| HSV(B) | 106.18º | 0.97% | 0.67% | - |
| XYZ | 15.4 | 29.27 | 4.98 | - |
| YUV | 113.22 | 66.92 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 5 | 0.75 | 0 | 0.97 | 0.33 | 106.18 | 0.94 | 0.34 |
| Hex | 2B | AA | 5 | 4B | 0 | 61 | 21 | 6A | 5E | 22 |
| Octal | 53 | 252 | 5 | 113 | 0 | 141 | 41 | 152 | 136 | 42 |
| Binary | 101011 | 10101010 | 101 | 1001011 | 0 | 1100001 | 100001 | 1101010 | 1011110 | 100010 |
Color Harmonies of #2BAA05
Complementary color
Monochromatic Colors of #2BAA05
Black with #2BAA05
Text Example
Text Example
White with #2BAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA05; }
p { color: rgb(43,170,5); }
H1.HeaderClassName
{
color: #2BAA05;
}
.AnyTagClassName
{
color: #2BAA05;
}
</style>
background-color css
<style>
a { background-color: #2BAA05; }
a { background-color: rgb(43,170,5); }
div.DivClassName
{
background-color: #2BAA05;
}
.BgClassName
{
background-color: #2BAA05;
}
</style>
border-color css
<style>
span { border-color: #2BAA05; }
span { border-color: rgb(43,170,5); }
td.TdClassName
{
border-color: #2BAA05;
}
.TagClassName
{
border-color: #2BAA05;
}
</style>