Shades of Kelly Green #2BAA0F
Tints of Kelly Green #2BAA0F
RGB
CMYK
RGB Variations
Color information
#2BAA0F (or 0x2BAA0F) is known color: Kelly Green. HEX triplet: 2B, AA and 0F. RGB value is (43,170,15). Sum of RGB (Red+Green+Blue) = 43+170+15=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA0F is #D455F0. Grayscale: #727272. Windows color (decimal): -13915633 or 1026603. OLE color: 1026603.
HSL color Cylindrical-coordinate representation of color #2BAA0F: hue angle of 109.16º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2BAA0F is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 15 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.33 |
| HSL | 109.16º | 0.84% | 0.36% | - |
| HSV(B) | 109.16º | 0.91% | 0.67% | - |
| XYZ | 15.46 | 29.3 | 5.29 | - |
| YUV | 114.36 | 71.92 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 15 | 0.75 | 0 | 0.91 | 0.33 | 109.16 | 0.84 | 0.36 |
| Hex | 2B | AA | F | 4B | 0 | 5B | 21 | 6D | 54 | 24 |
| Octal | 53 | 252 | 17 | 113 | 0 | 133 | 41 | 155 | 124 | 44 |
| Binary | 101011 | 10101010 | 1111 | 1001011 | 0 | 1011011 | 100001 | 1101101 | 1010100 | 100100 |
Color Harmonies of #2BAA0F
Complementary color
Monochromatic Colors of #2BAA0F
Black with #2BAA0F
Text Example
Text Example
White with #2BAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA0F; }
p { color: rgb(43,170,15); }
H1.HeaderClassName
{
color: #2BAA0F;
}
.AnyTagClassName
{
color: #2BAA0F;
}
</style>
background-color css
<style>
a { background-color: #2BAA0F; }
a { background-color: rgb(43,170,15); }
div.DivClassName
{
background-color: #2BAA0F;
}
.BgClassName
{
background-color: #2BAA0F;
}
</style>
border-color css
<style>
span { border-color: #2BAA0F; }
span { border-color: rgb(43,170,15); }
td.TdClassName
{
border-color: #2BAA0F;
}
.TagClassName
{
border-color: #2BAA0F;
}
</style>