Shades of Jungle Green #2DA284
Tints of Jungle Green #2DA284
RGB
CMYK
RGB Variations
Color information
#2DA284 (or 0x2DA284) is known color: Jungle Green. HEX triplet: 2D, A2 and 84. RGB value is (45,162,132). Sum of RGB (Red+Green+Blue) = 45+162+132=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA284 is #D25D7B. Grayscale: #7B7B7B. Windows color (decimal): -13786492 or 8692269. OLE color: 8692269.
HSL color Cylindrical-coordinate representation of color #2DA284: hue angle of 164.62º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA284 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 162 | 132 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.36 |
| HSL | 164.62º | 0.57% | 0.41% | - |
| HSV(B) | 164.62º | 0.72% | 0.64% | - |
| XYZ | 18.17 | 28.06 | 26.29 | - |
| YUV | 123.6 | 132.74 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 162 | 132 | 0.72 | 0 | 0.19 | 0.36 | 164.62 | 0.57 | 0.41 |
| Hex | 2D | A2 | 84 | 48 | 0 | 13 | 24 | A5 | 39 | 29 |
| Octal | 55 | 242 | 204 | 110 | 0 | 23 | 44 | 245 | 71 | 51 |
| Binary | 101101 | 10100010 | 10000100 | 1001000 | 0 | 10011 | 100100 | 10100101 | 111001 | 101001 |
Color Harmonies of #2DA284
Complementary color
Monochromatic Colors of #2DA284
Black with #2DA284
Text Example
Text Example
White with #2DA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA284; }
p { color: rgb(45,162,132); }
H1.HeaderClassName
{
color: #2DA284;
}
.AnyTagClassName
{
color: #2DA284;
}
</style>
background-color css
<style>
a { background-color: #2DA284; }
a { background-color: rgb(45,162,132); }
div.DivClassName
{
background-color: #2DA284;
}
.BgClassName
{
background-color: #2DA284;
}
</style>
border-color css
<style>
span { border-color: #2DA284; }
span { border-color: rgb(45,162,132); }
td.TdClassName
{
border-color: #2DA284;
}
.TagClassName
{
border-color: #2DA284;
}
</style>