Shades of Kelly Green #2DB209
Tints of Kelly Green #2DB209
RGB
CMYK
RGB Variations
Color information
#2DB209 (or 0x2DB209) is known color: Kelly Green. HEX triplet: 2D, B2 and 09. RGB value is (45,178,9). Sum of RGB (Red+Green+Blue) = 45+178+9=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 178 (69.92% from 255 or 76.72% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DB209 is #D24DF6. Grayscale: #777777. Windows color (decimal): -13782519 or 635437. OLE color: 635437.
HSL color Cylindrical-coordinate representation of color #2DB209: hue angle of 107.22º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2DB209 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 9 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.30 |
| HSL | 107.22º | 0.9% | 0.37% | - |
| HSV(B) | 107.22º | 0.95% | 0.7% | - |
| XYZ | 17.05 | 32.42 | 5.62 | - |
| YUV | 118.97 | 65.94 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 9 | 0.75 | 0 | 0.95 | 0.30 | 107.22 | 0.9 | 0.37 |
| Hex | 2D | B2 | 9 | 4B | 0 | 5F | 1E | 6B | 5A | 25 |
| Octal | 55 | 262 | 11 | 113 | 0 | 137 | 36 | 153 | 132 | 45 |
| Binary | 101101 | 10110010 | 1001 | 1001011 | 0 | 1011111 | 11110 | 1101011 | 1011010 | 100101 |
Color Harmonies of #2DB209
Complementary color
Monochromatic Colors of #2DB209
Black with #2DB209
Text Example
Text Example
White with #2DB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB209; }
p { color: rgb(45,178,9); }
H1.HeaderClassName
{
color: #2DB209;
}
.AnyTagClassName
{
color: #2DB209;
}
</style>
background-color css
<style>
a { background-color: #2DB209; }
a { background-color: rgb(45,178,9); }
div.DivClassName
{
background-color: #2DB209;
}
.BgClassName
{
background-color: #2DB209;
}
</style>
border-color css
<style>
span { border-color: #2DB209; }
span { border-color: rgb(45,178,9); }
td.TdClassName
{
border-color: #2DB209;
}
.TagClassName
{
border-color: #2DB209;
}
</style>