Shades of Kelly Green #2BAF0A
Tints of Kelly Green #2BAF0A
RGB
CMYK
RGB Variations
Color information
#2BAF0A (or 0x2BAF0A) is known color: Kelly Green. HEX triplet: 2B, AF and 0A. RGB value is (43,175,10). Sum of RGB (Red+Green+Blue) = 43+175+10=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 175 (68.75% from 255 or 76.75% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAF0A is #D450F5. Grayscale: #757575. Windows color (decimal): -13914358 or 700203. OLE color: 700203.
HSL color Cylindrical-coordinate representation of color #2BAF0A: hue angle of 108º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2BAF0A is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 175 | 10 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.31 |
| HSL | 108º | 0.89% | 0.36% | - |
| HSV(B) | 108º | 0.94% | 0.69% | - |
| XYZ | 16.38 | 31.2 | 5.45 | - |
| YUV | 116.72 | 67.77 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 10 | 0.75 | 0 | 0.94 | 0.31 | 108 | 0.89 | 0.36 |
| Hex | 2B | AF | A | 4B | 0 | 5E | 1F | 6C | 59 | 24 |
| Octal | 53 | 257 | 12 | 113 | 0 | 136 | 37 | 154 | 131 | 44 |
| Binary | 101011 | 10101111 | 1010 | 1001011 | 0 | 1011110 | 11111 | 1101100 | 1011001 | 100100 |
Color Harmonies of #2BAF0A
Complementary color
Monochromatic Colors of #2BAF0A
Black with #2BAF0A
Text Example
Text Example
White with #2BAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAF0A; }
p { color: rgb(43,175,10); }
H1.HeaderClassName
{
color: #2BAF0A;
}
.AnyTagClassName
{
color: #2BAF0A;
}
</style>
background-color css
<style>
a { background-color: #2BAF0A; }
a { background-color: rgb(43,175,10); }
div.DivClassName
{
background-color: #2BAF0A;
}
.BgClassName
{
background-color: #2BAF0A;
}
</style>
border-color css
<style>
span { border-color: #2BAF0A; }
span { border-color: rgb(43,175,10); }
td.TdClassName
{
border-color: #2BAF0A;
}
.TagClassName
{
border-color: #2BAF0A;
}
</style>