Shades of Kelly Green #2DAD0D
Tints of Kelly Green #2DAD0D
RGB
CMYK
RGB Variations
Color information
#2DAD0D (or 0x2DAD0D) is known color: Kelly Green. HEX triplet: 2D, AD and 0D. RGB value is (45,173,13). Sum of RGB (Red+Green+Blue) = 45+173+13=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAD0D is #D252F2. Grayscale: #757575. Windows color (decimal): -13783795 or 896301. OLE color: 896301.
HSL color Cylindrical-coordinate representation of color #2DAD0D: hue angle of 108º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DAD0D is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 13 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.32 |
| HSL | 108º | 0.86% | 0.36% | - |
| HSV(B) | 108º | 0.92% | 0.68% | - |
| XYZ | 16.1 | 30.47 | 5.41 | - |
| YUV | 116.49 | 69.59 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 13 | 0.74 | 0 | 0.92 | 0.32 | 108 | 0.86 | 0.36 |
| Hex | 2D | AD | D | 4A | 0 | 5C | 20 | 6C | 56 | 24 |
| Octal | 55 | 255 | 15 | 112 | 0 | 134 | 40 | 154 | 126 | 44 |
| Binary | 101101 | 10101101 | 1101 | 1001010 | 0 | 1011100 | 100000 | 1101100 | 1010110 | 100100 |
Color Harmonies of #2DAD0D
Complementary color
Monochromatic Colors of #2DAD0D
Black with #2DAD0D
Text Example
Text Example
White with #2DAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD0D; }
p { color: rgb(45,173,13); }
H1.HeaderClassName
{
color: #2DAD0D;
}
.AnyTagClassName
{
color: #2DAD0D;
}
</style>
background-color css
<style>
a { background-color: #2DAD0D; }
a { background-color: rgb(45,173,13); }
div.DivClassName
{
background-color: #2DAD0D;
}
.BgClassName
{
background-color: #2DAD0D;
}
</style>
border-color css
<style>
span { border-color: #2DAD0D; }
span { border-color: rgb(45,173,13); }
td.TdClassName
{
border-color: #2DAD0D;
}
.TagClassName
{
border-color: #2DAD0D;
}
</style>