Shades of Kelly Green #2CB706
Tints of Kelly Green #2CB706
RGB
CMYK
RGB Variations
Color information
#2CB706 (or 0x2CB706) is known color: Kelly Green. HEX triplet: 2C, B7 and 06. RGB value is (44,183,6). Sum of RGB (Red+Green+Blue) = 44+183+6=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB706 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB706 is #D348F9. Grayscale: #797979. Windows color (decimal): -13846778 or 440108. OLE color: 440108.
HSL color Cylindrical-coordinate representation of color #2CB706: hue angle of 107.12º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CB706 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.28 |
| HSL | 107.12º | 0.94% | 0.37% | - |
| HSV(B) | 107.12º | 0.97% | 0.72% | - |
| XYZ | 18.01 | 34.42 | 5.87 | - |
| YUV | 121.26 | 62.95 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 6 | 0.76 | 0 | 0.97 | 0.28 | 107.12 | 0.94 | 0.37 |
| Hex | 2C | B7 | 6 | 4C | 0 | 61 | 1C | 6B | 5E | 25 |
| Octal | 54 | 267 | 6 | 114 | 0 | 141 | 34 | 153 | 136 | 45 |
| Binary | 101100 | 10110111 | 110 | 1001100 | 0 | 1100001 | 11100 | 1101011 | 1011110 | 100101 |
Color Harmonies of #2CB706
Complementary color
Monochromatic Colors of #2CB706
Black with #2CB706
Text Example
Text Example
White with #2CB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB706; }
p { color: rgb(44,183,6); }
H1.HeaderClassName
{
color: #2CB706;
}
.AnyTagClassName
{
color: #2CB706;
}
</style>
background-color css
<style>
a { background-color: #2CB706; }
a { background-color: rgb(44,183,6); }
div.DivClassName
{
background-color: #2CB706;
}
.BgClassName
{
background-color: #2CB706;
}
</style>
border-color css
<style>
span { border-color: #2CB706; }
span { border-color: rgb(44,183,6); }
td.TdClassName
{
border-color: #2CB706;
}
.TagClassName
{
border-color: #2CB706;
}
</style>