Shades of Kelly Green #2DAB0D
Tints of Kelly Green #2DAB0D
RGB
CMYK
RGB Variations
Color information
#2DAB0D (or 0x2DAB0D) is known color: Kelly Green. HEX triplet: 2D, AB and 0D. RGB value is (45,171,13). Sum of RGB (Red+Green+Blue) = 45+171+13=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAB0D is #D254F2. Grayscale: #737373. Windows color (decimal): -13784307 or 895789. OLE color: 895789.
HSL color Cylindrical-coordinate representation of color #2DAB0D: hue angle of 107.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DAB0D is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 171 | 13 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.33 |
| HSL | 107.85º | 0.86% | 0.36% | - |
| HSV(B) | 107.85º | 0.92% | 0.67% | - |
| XYZ | 15.72 | 29.71 | 5.29 | - |
| YUV | 115.31 | 70.26 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 13 | 0.74 | 0 | 0.92 | 0.33 | 107.85 | 0.86 | 0.36 |
| Hex | 2D | AB | D | 4A | 0 | 5C | 21 | 6C | 56 | 24 |
| Octal | 55 | 253 | 15 | 112 | 0 | 134 | 41 | 154 | 126 | 44 |
| Binary | 101101 | 10101011 | 1101 | 1001010 | 0 | 1011100 | 100001 | 1101100 | 1010110 | 100100 |
Color Harmonies of #2DAB0D
Complementary color
Monochromatic Colors of #2DAB0D
Black with #2DAB0D
Text Example
Text Example
White with #2DAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAB0D; }
p { color: rgb(45,171,13); }
H1.HeaderClassName
{
color: #2DAB0D;
}
.AnyTagClassName
{
color: #2DAB0D;
}
</style>
background-color css
<style>
a { background-color: #2DAB0D; }
a { background-color: rgb(45,171,13); }
div.DivClassName
{
background-color: #2DAB0D;
}
.BgClassName
{
background-color: #2DAB0D;
}
</style>
border-color css
<style>
span { border-color: #2DAB0D; }
span { border-color: rgb(45,171,13); }
td.TdClassName
{
border-color: #2DAB0D;
}
.TagClassName
{
border-color: #2DAB0D;
}
</style>