Shades of Kelly Green #2BAC0D
Tints of Kelly Green #2BAC0D
RGB
CMYK
RGB Variations
Color information
#2BAC0D (or 0x2BAC0D) is known color: Kelly Green. HEX triplet: 2B, AC and 0D. RGB value is (43,172,13). Sum of RGB (Red+Green+Blue) = 43+172+13=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAC0D is #D453F2. Grayscale: #737373. Windows color (decimal): -13915123 or 896043. OLE color: 896043.
HSL color Cylindrical-coordinate representation of color #2BAC0D: hue angle of 108.68º 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 #2BAC0D is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 13 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.33 |
| HSL | 108.68º | 0.86% | 0.36% | - |
| HSV(B) | 108.68º | 0.92% | 0.67% | - |
| XYZ | 15.82 | 30.05 | 5.35 | - |
| YUV | 115.3 | 70.26 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 13 | 0.75 | 0 | 0.92 | 0.33 | 108.68 | 0.86 | 0.36 |
| Hex | 2B | AC | D | 4B | 0 | 5C | 21 | 6D | 56 | 24 |
| Octal | 53 | 254 | 15 | 113 | 0 | 134 | 41 | 155 | 126 | 44 |
| Binary | 101011 | 10101100 | 1101 | 1001011 | 0 | 1011100 | 100001 | 1101101 | 1010110 | 100100 |
Color Harmonies of #2BAC0D
Complementary color
Monochromatic Colors of #2BAC0D
Black with #2BAC0D
Text Example
Text Example
White with #2BAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC0D; }
p { color: rgb(43,172,13); }
H1.HeaderClassName
{
color: #2BAC0D;
}
.AnyTagClassName
{
color: #2BAC0D;
}
</style>
background-color css
<style>
a { background-color: #2BAC0D; }
a { background-color: rgb(43,172,13); }
div.DivClassName
{
background-color: #2BAC0D;
}
.BgClassName
{
background-color: #2BAC0D;
}
</style>
border-color css
<style>
span { border-color: #2BAC0D; }
span { border-color: rgb(43,172,13); }
td.TdClassName
{
border-color: #2BAC0D;
}
.TagClassName
{
border-color: #2BAC0D;
}
</style>