Shades of Kelly Green #2CA608
Tints of Kelly Green #2CA608
RGB
CMYK
RGB Variations
Color information
#2CA608 (or 0x2CA608) is known color: Kelly Green. HEX triplet: 2C, A6 and 08. RGB value is (44,166,8). Sum of RGB (Red+Green+Blue) = 44+166+8=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 166 (65.23% from 255 or 76.15% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA608 is #D359F7. Grayscale: #707070. Windows color (decimal): -13851128 or 566828. OLE color: 566828.
HSL color Cylindrical-coordinate representation of color #2CA608: hue angle of 106.33º 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 #2CA608 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 8 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.35 |
| HSL | 106.33º | 0.91% | 0.34% | - |
| HSV(B) | 106.33º | 0.95% | 0.65% | - |
| XYZ | 14.72 | 27.83 | 4.82 | - |
| YUV | 111.51 | 69.58 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 8 | 0.73 | 0 | 0.95 | 0.35 | 106.33 | 0.91 | 0.34 |
| Hex | 2C | A6 | 8 | 49 | 0 | 5F | 23 | 6A | 5B | 22 |
| Octal | 54 | 246 | 10 | 111 | 0 | 137 | 43 | 152 | 133 | 42 |
| Binary | 101100 | 10100110 | 1000 | 1001001 | 0 | 1011111 | 100011 | 1101010 | 1011011 | 100010 |
Color Harmonies of #2CA608
Complementary color
Monochromatic Colors of #2CA608
Black with #2CA608
Text Example
Text Example
White with #2CA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA608; }
p { color: rgb(44,166,8); }
H1.HeaderClassName
{
color: #2CA608;
}
.AnyTagClassName
{
color: #2CA608;
}
</style>
background-color css
<style>
a { background-color: #2CA608; }
a { background-color: rgb(44,166,8); }
div.DivClassName
{
background-color: #2CA608;
}
.BgClassName
{
background-color: #2CA608;
}
</style>
border-color css
<style>
span { border-color: #2CA608; }
span { border-color: rgb(44,166,8); }
td.TdClassName
{
border-color: #2CA608;
}
.TagClassName
{
border-color: #2CA608;
}
</style>