Shades of Jungle Green #2DB484
Tints of Jungle Green #2DB484
RGB
CMYK
RGB Variations
Color information
#2DB484 (or 0x2DB484) is known color: Jungle Green. HEX triplet: 2D, B4 and 84. RGB value is (45,180,132). Sum of RGB (Red+Green+Blue) = 45+180+132=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB484 is #D24B7B. Grayscale: #868686. Windows color (decimal): -13781884 or 8696877. OLE color: 8696877.
HSL color Cylindrical-coordinate representation of color #2DB484: hue angle of 158.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB484 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 132 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.29 |
| HSL | 158.67º | 0.6% | 0.44% | - |
| HSV(B) | 158.67º | 0.75% | 0.71% | - |
| XYZ | 21.57 | 34.87 | 27.42 | - |
| YUV | 134.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 132 | 0.75 | 0 | 0.27 | 0.29 | 158.67 | 0.6 | 0.44 |
| Hex | 2D | B4 | 84 | 4B | 0 | 1B | 1D | 9F | 3C | 2C |
| Octal | 55 | 264 | 204 | 113 | 0 | 33 | 35 | 237 | 74 | 54 |
| Binary | 101101 | 10110100 | 10000100 | 1001011 | 0 | 11011 | 11101 | 10011111 | 111100 | 101100 |
Color Harmonies of #2DB484
Complementary color
Monochromatic Colors of #2DB484
Black with #2DB484
Text Example
Text Example
White with #2DB484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB484; }
p { color: rgb(45,180,132); }
H1.HeaderClassName
{
color: #2DB484;
}
.AnyTagClassName
{
color: #2DB484;
}
</style>
background-color css
<style>
a { background-color: #2DB484; }
a { background-color: rgb(45,180,132); }
div.DivClassName
{
background-color: #2DB484;
}
.BgClassName
{
background-color: #2DB484;
}
</style>
border-color css
<style>
span { border-color: #2DB484; }
span { border-color: rgb(45,180,132); }
td.TdClassName
{
border-color: #2DB484;
}
.TagClassName
{
border-color: #2DB484;
}
</style>