Shades of Kelly Green #2DB106
Tints of Kelly Green #2DB106
RGB
CMYK
RGB Variations
Color information
#2DB106 (or 0x2DB106) is known color: Kelly Green. HEX triplet: 2D, B1 and 06. RGB value is (45,177,6). Sum of RGB (Red+Green+Blue) = 45+177+6=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 177 (69.53% from 255 or 77.63% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB106 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB106 is #D24EF9. Grayscale: #767676. Windows color (decimal): -13782778 or 438573. OLE color: 438573.
HSL color Cylindrical-coordinate representation of color #2DB106: hue angle of 106.32º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2DB106 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 177 | 6 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.31 |
| HSL | 106.32º | 0.93% | 0.36% | - |
| HSV(B) | 106.32º | 0.97% | 0.69% | - |
| XYZ | 16.84 | 32.02 | 5.46 | - |
| YUV | 118.04 | 64.77 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 6 | 0.75 | 0 | 0.97 | 0.31 | 106.32 | 0.93 | 0.36 |
| Hex | 2D | B1 | 6 | 4B | 0 | 61 | 1F | 6A | 5D | 24 |
| Octal | 55 | 261 | 6 | 113 | 0 | 141 | 37 | 152 | 135 | 44 |
| Binary | 101101 | 10110001 | 110 | 1001011 | 0 | 1100001 | 11111 | 1101010 | 1011101 | 100100 |
Color Harmonies of #2DB106
Complementary color
Monochromatic Colors of #2DB106
Black with #2DB106
Text Example
Text Example
White with #2DB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB106; }
p { color: rgb(45,177,6); }
H1.HeaderClassName
{
color: #2DB106;
}
.AnyTagClassName
{
color: #2DB106;
}
</style>
background-color css
<style>
a { background-color: #2DB106; }
a { background-color: rgb(45,177,6); }
div.DivClassName
{
background-color: #2DB106;
}
.BgClassName
{
background-color: #2DB106;
}
</style>
border-color css
<style>
span { border-color: #2DB106; }
span { border-color: rgb(45,177,6); }
td.TdClassName
{
border-color: #2DB106;
}
.TagClassName
{
border-color: #2DB106;
}
</style>