Shades of Kelly Green #2DAF0D
Tints of Kelly Green #2DAF0D
RGB
CMYK
RGB Variations
Color information
#2DAF0D (or 0x2DAF0D) is known color: Kelly Green. HEX triplet: 2D, AF and 0D. RGB value is (45,175,13). Sum of RGB (Red+Green+Blue) = 45+175+13=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 175 (68.75% from 255 or 75.11% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAF0D is #D250F2. Grayscale: #767676. Windows color (decimal): -13783283 or 896813. OLE color: 896813.
HSL color Cylindrical-coordinate representation of color #2DAF0D: hue angle of 108.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DAF0D is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 13 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.31 |
| HSL | 108.15º | 0.86% | 0.37% | - |
| HSV(B) | 108.15º | 0.93% | 0.69% | - |
| XYZ | 16.48 | 31.25 | 5.54 | - |
| YUV | 117.66 | 68.93 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 13 | 0.74 | 0 | 0.93 | 0.31 | 108.15 | 0.86 | 0.37 |
| Hex | 2D | AF | D | 4A | 0 | 5D | 1F | 6C | 56 | 25 |
| Octal | 55 | 257 | 15 | 112 | 0 | 135 | 37 | 154 | 126 | 45 |
| Binary | 101101 | 10101111 | 1101 | 1001010 | 0 | 1011101 | 11111 | 1101100 | 1010110 | 100101 |
Color Harmonies of #2DAF0D
Complementary color
Monochromatic Colors of #2DAF0D
Black with #2DAF0D
Text Example
Text Example
White with #2DAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF0D; }
p { color: rgb(45,175,13); }
H1.HeaderClassName
{
color: #2DAF0D;
}
.AnyTagClassName
{
color: #2DAF0D;
}
</style>
background-color css
<style>
a { background-color: #2DAF0D; }
a { background-color: rgb(45,175,13); }
div.DivClassName
{
background-color: #2DAF0D;
}
.BgClassName
{
background-color: #2DAF0D;
}
</style>
border-color css
<style>
span { border-color: #2DAF0D; }
span { border-color: rgb(45,175,13); }
td.TdClassName
{
border-color: #2DAF0D;
}
.TagClassName
{
border-color: #2DAF0D;
}
</style>