Shades of Kelly Green #2BA705
Tints of Kelly Green #2BA705
RGB
CMYK
RGB Variations
Color information
#2BA705 (or 0x2BA705) is known color: Kelly Green. HEX triplet: 2B, A7 and 05. RGB value is (43,167,5). Sum of RGB (Red+Green+Blue) = 43+167+5=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 167 (65.62% from 255 or 77.67% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA705 is #D458FA. Grayscale: #6F6F6F. Windows color (decimal): -13916411 or 370475. OLE color: 370475.
HSL color Cylindrical-coordinate representation of color #2BA705: hue angle of 105.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2BA705 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 5 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.35 |
| HSL | 105.93º | 0.94% | 0.34% | - |
| HSV(B) | 105.93º | 0.97% | 0.65% | - |
| XYZ | 14.84 | 28.16 | 4.8 | - |
| YUV | 111.46 | 67.92 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 5 | 0.74 | 0 | 0.97 | 0.35 | 105.93 | 0.94 | 0.34 |
| Hex | 2B | A7 | 5 | 4A | 0 | 61 | 23 | 6A | 5E | 22 |
| Octal | 53 | 247 | 5 | 112 | 0 | 141 | 43 | 152 | 136 | 42 |
| Binary | 101011 | 10100111 | 101 | 1001010 | 0 | 1100001 | 100011 | 1101010 | 1011110 | 100010 |
Color Harmonies of #2BA705
Complementary color
Monochromatic Colors of #2BA705
Black with #2BA705
Text Example
Text Example
White with #2BA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA705; }
p { color: rgb(43,167,5); }
H1.HeaderClassName
{
color: #2BA705;
}
.AnyTagClassName
{
color: #2BA705;
}
</style>
background-color css
<style>
a { background-color: #2BA705; }
a { background-color: rgb(43,167,5); }
div.DivClassName
{
background-color: #2BA705;
}
.BgClassName
{
background-color: #2BA705;
}
</style>
border-color css
<style>
span { border-color: #2BA705; }
span { border-color: rgb(43,167,5); }
td.TdClassName
{
border-color: #2BA705;
}
.TagClassName
{
border-color: #2BA705;
}
</style>