Shades of Kelly Green #2BAB0B
Tints of Kelly Green #2BAB0B
RGB
CMYK
RGB Variations
Color information
#2BAB0B (or 0x2BAB0B) is known color: Kelly Green. HEX triplet: 2B, AB and 0B. RGB value is (43,171,11). Sum of RGB (Red+Green+Blue) = 43+171+11=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB0B is #D454F4. Grayscale: #737373. Windows color (decimal): -13915381 or 764715. OLE color: 764715.
HSL color Cylindrical-coordinate representation of color #2BAB0B: hue angle of 108º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BAB0B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 11 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.33 |
| HSL | 108º | 0.88% | 0.36% | - |
| HSV(B) | 108º | 0.94% | 0.67% | - |
| XYZ | 15.62 | 29.66 | 5.22 | - |
| YUV | 114.49 | 69.59 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 11 | 0.75 | 0 | 0.94 | 0.33 | 108 | 0.88 | 0.36 |
| Hex | 2B | AB | B | 4B | 0 | 5E | 21 | 6C | 58 | 24 |
| Octal | 53 | 253 | 13 | 113 | 0 | 136 | 41 | 154 | 130 | 44 |
| Binary | 101011 | 10101011 | 1011 | 1001011 | 0 | 1011110 | 100001 | 1101100 | 1011000 | 100100 |
Color Harmonies of #2BAB0B
Complementary color
Monochromatic Colors of #2BAB0B
Black with #2BAB0B
Text Example
Text Example
White with #2BAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB0B; }
p { color: rgb(43,171,11); }
H1.HeaderClassName
{
color: #2BAB0B;
}
.AnyTagClassName
{
color: #2BAB0B;
}
</style>
background-color css
<style>
a { background-color: #2BAB0B; }
a { background-color: rgb(43,171,11); }
div.DivClassName
{
background-color: #2BAB0B;
}
.BgClassName
{
background-color: #2BAB0B;
}
</style>
border-color css
<style>
span { border-color: #2BAB0B; }
span { border-color: rgb(43,171,11); }
td.TdClassName
{
border-color: #2BAB0B;
}
.TagClassName
{
border-color: #2BAB0B;
}
</style>