Shades of Kelly Green #2BA900
Tints of Kelly Green #2BA900
RGB
CMYK
RGB Variations
Color information
#2BA900 (or 0x2BA900) is known color: Kelly Green. HEX triplet: 2B, A9 and 00. RGB value is (43,169,0). Sum of RGB (Red+Green+Blue) = 43+169+0=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 169 (66.41% from 255 or 79.72% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA900 is #D456FF. Grayscale: #707070. Windows color (decimal): -13915904 or 43307. OLE color: 43307.
HSL color Cylindrical-coordinate representation of color #2BA900: hue angle of 104.73º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2BA900 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.34 |
| HSL | 104.73º | 1% | 0.33% | - |
| HSV(B) | 104.73º | 1% | 0.66% | - |
| XYZ | 15.18 | 28.89 | 4.78 | - |
| YUV | 112.06 | 64.76 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 0 | 0.75 | 0 | 1 | 0.34 | 104.73 | 1 | 0.33 |
| Hex | 2B | A9 | 0 | 4B | 0 | 64 | 22 | 69 | 64 | 21 |
| Octal | 53 | 251 | 0 | 113 | 0 | 144 | 42 | 151 | 144 | 41 |
| Binary | 101011 | 10101001 | 0 | 1001011 | 0 | 1100100 | 100010 | 1101001 | 1100100 | 100001 |
Color Harmonies of #2BA900
Complementary color
Monochromatic Colors of #2BA900
Black with #2BA900
Text Example
Text Example
White with #2BA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA900; }
p { color: rgb(43,169,0); }
H1.HeaderClassName
{
color: #2BA900;
}
.AnyTagClassName
{
color: #2BA900;
}
</style>
background-color css
<style>
a { background-color: #2BA900; }
a { background-color: rgb(43,169,0); }
div.DivClassName
{
background-color: #2BA900;
}
.BgClassName
{
background-color: #2BA900;
}
</style>
border-color css
<style>
span { border-color: #2BA900; }
span { border-color: rgb(43,169,0); }
td.TdClassName
{
border-color: #2BA900;
}
.TagClassName
{
border-color: #2BA900;
}
</style>