Shades of Kelly Green #2BA608
Tints of Kelly Green #2BA608
RGB
CMYK
RGB Variations
Color information
#2BA608 (or 0x2BA608) is known color: Kelly Green. HEX triplet: 2B, A6 and 08. RGB value is (43,166,8). Sum of RGB (Red+Green+Blue) = 43+166+8=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 166 (65.23% from 255 or 76.50% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA608 is #D459F7. Grayscale: #6F6F6F. Windows color (decimal): -13916664 or 566827. OLE color: 566827.
HSL color Cylindrical-coordinate representation of color #2BA608: hue angle of 106.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2BA608 is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 166 | 8 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.35 |
| HSL | 106.71º | 0.91% | 0.34% | - |
| HSV(B) | 106.71º | 0.95% | 0.65% | - |
| XYZ | 14.68 | 27.8 | 4.82 | - |
| YUV | 111.21 | 69.75 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 8 | 0.74 | 0 | 0.95 | 0.35 | 106.71 | 0.91 | 0.34 |
| Hex | 2B | A6 | 8 | 4A | 0 | 5F | 23 | 6B | 5B | 22 |
| Octal | 53 | 246 | 10 | 112 | 0 | 137 | 43 | 153 | 133 | 42 |
| Binary | 101011 | 10100110 | 1000 | 1001010 | 0 | 1011111 | 100011 | 1101011 | 1011011 | 100010 |
Color Harmonies of #2BA608
Complementary color
Monochromatic Colors of #2BA608
Black with #2BA608
Text Example
Text Example
White with #2BA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA608; }
p { color: rgb(43,166,8); }
H1.HeaderClassName
{
color: #2BA608;
}
.AnyTagClassName
{
color: #2BA608;
}
</style>
background-color css
<style>
a { background-color: #2BA608; }
a { background-color: rgb(43,166,8); }
div.DivClassName
{
background-color: #2BA608;
}
.BgClassName
{
background-color: #2BA608;
}
</style>
border-color css
<style>
span { border-color: #2BA608; }
span { border-color: rgb(43,166,8); }
td.TdClassName
{
border-color: #2BA608;
}
.TagClassName
{
border-color: #2BA608;
}
</style>