Shades of Kelly Green #2CAC0D
Tints of Kelly Green #2CAC0D
RGB
CMYK
RGB Variations
Color information
#2CAC0D (or 0x2CAC0D) is known color: Kelly Green. HEX triplet: 2C, AC and 0D. RGB value is (44,172,13). Sum of RGB (Red+Green+Blue) = 44+172+13=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 172 (67.58% from 255 or 75.11% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CAC0D is #D353F2. Grayscale: #747474. Windows color (decimal): -13849587 or 896044. OLE color: 896044.
HSL color Cylindrical-coordinate representation of color #2CAC0D: hue angle of 108.3º 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 #2CAC0D is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 13 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.33 |
| HSL | 108.3º | 0.86% | 0.36% | - |
| HSV(B) | 108.3º | 0.92% | 0.67% | - |
| XYZ | 15.86 | 30.07 | 5.35 | - |
| YUV | 115.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 13 | 0.74 | 0 | 0.92 | 0.33 | 108.3 | 0.86 | 0.36 |
| Hex | 2C | AC | D | 4A | 0 | 5C | 21 | 6C | 56 | 24 |
| Octal | 54 | 254 | 15 | 112 | 0 | 134 | 41 | 154 | 126 | 44 |
| Binary | 101100 | 10101100 | 1101 | 1001010 | 0 | 1011100 | 100001 | 1101100 | 1010110 | 100100 |
Color Harmonies of #2CAC0D
Complementary color
Monochromatic Colors of #2CAC0D
Black with #2CAC0D
Text Example
Text Example
White with #2CAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC0D; }
p { color: rgb(44,172,13); }
H1.HeaderClassName
{
color: #2CAC0D;
}
.AnyTagClassName
{
color: #2CAC0D;
}
</style>
background-color css
<style>
a { background-color: #2CAC0D; }
a { background-color: rgb(44,172,13); }
div.DivClassName
{
background-color: #2CAC0D;
}
.BgClassName
{
background-color: #2CAC0D;
}
</style>
border-color css
<style>
span { border-color: #2CAC0D; }
span { border-color: rgb(44,172,13); }
td.TdClassName
{
border-color: #2CAC0D;
}
.TagClassName
{
border-color: #2CAC0D;
}
</style>