Shades of Jungle Green #2DA67A
Tints of Jungle Green #2DA67A
RGB
CMYK
RGB Variations
Color information
#2DA67A (or 0x2DA67A) is known color: Jungle Green. HEX triplet: 2D, A6 and 7A. RGB value is (45,166,122). Sum of RGB (Red+Green+Blue) = 45+166+122=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA67A is #D25985. Grayscale: #7C7C7C. Windows color (decimal): -13785478 or 8037933. OLE color: 8037933.
HSL color Cylindrical-coordinate representation of color #2DA67A: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA67A is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 166 | 122 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.35 |
| HSL | 158.18º | 0.57% | 0.41% | - |
| HSV(B) | 158.18º | 0.73% | 0.65% | - |
| XYZ | 18.23 | 29.24 | 23.09 | - |
| YUV | 124.81 | 126.41 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 166 | 122 | 0.73 | 0 | 0.27 | 0.35 | 158.18 | 0.57 | 0.41 |
| Hex | 2D | A6 | 7A | 49 | 0 | 1B | 23 | 9E | 39 | 29 |
| Octal | 55 | 246 | 172 | 111 | 0 | 33 | 43 | 236 | 71 | 51 |
| Binary | 101101 | 10100110 | 1111010 | 1001001 | 0 | 11011 | 100011 | 10011110 | 111001 | 101001 |
Color Harmonies of #2DA67A
Complementary color
Monochromatic Colors of #2DA67A
Black with #2DA67A
Text Example
Text Example
White with #2DA67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA67A; }
p { color: rgb(45,166,122); }
H1.HeaderClassName
{
color: #2DA67A;
}
.AnyTagClassName
{
color: #2DA67A;
}
</style>
background-color css
<style>
a { background-color: #2DA67A; }
a { background-color: rgb(45,166,122); }
div.DivClassName
{
background-color: #2DA67A;
}
.BgClassName
{
background-color: #2DA67A;
}
</style>
border-color css
<style>
span { border-color: #2DA67A; }
span { border-color: rgb(45,166,122); }
td.TdClassName
{
border-color: #2DA67A;
}
.TagClassName
{
border-color: #2DA67A;
}
</style>