Shades of Kelly Green #2BAA0D
Tints of Kelly Green #2BAA0D
RGB
CMYK
RGB Variations
Color information
#2BAA0D (or 0x2BAA0D) is known color: Kelly Green. HEX triplet: 2B, AA and 0D. RGB value is (43,170,13). Sum of RGB (Red+Green+Blue) = 43+170+13=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA0D is #D455F2. Grayscale: #727272. Windows color (decimal): -13915635 or 895531. OLE color: 895531.
HSL color Cylindrical-coordinate representation of color #2BAA0D: hue angle of 108.54º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2BAA0D is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 13 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.33 |
| HSL | 108.54º | 0.86% | 0.36% | - |
| HSV(B) | 108.54º | 0.92% | 0.67% | - |
| XYZ | 15.44 | 29.29 | 5.22 | - |
| YUV | 114.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 13 | 0.75 | 0 | 0.92 | 0.33 | 108.54 | 0.86 | 0.36 |
| Hex | 2B | AA | D | 4B | 0 | 5C | 21 | 6D | 56 | 24 |
| Octal | 53 | 252 | 15 | 113 | 0 | 134 | 41 | 155 | 126 | 44 |
| Binary | 101011 | 10101010 | 1101 | 1001011 | 0 | 1011100 | 100001 | 1101101 | 1010110 | 100100 |
Color Harmonies of #2BAA0D
Complementary color
Monochromatic Colors of #2BAA0D
Black with #2BAA0D
Text Example
Text Example
White with #2BAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA0D; }
p { color: rgb(43,170,13); }
H1.HeaderClassName
{
color: #2BAA0D;
}
.AnyTagClassName
{
color: #2BAA0D;
}
</style>
background-color css
<style>
a { background-color: #2BAA0D; }
a { background-color: rgb(43,170,13); }
div.DivClassName
{
background-color: #2BAA0D;
}
.BgClassName
{
background-color: #2BAA0D;
}
</style>
border-color css
<style>
span { border-color: #2BAA0D; }
span { border-color: rgb(43,170,13); }
td.TdClassName
{
border-color: #2BAA0D;
}
.TagClassName
{
border-color: #2BAA0D;
}
</style>