Shades of Jungle Green #2DAD88
Tints of Jungle Green #2DAD88
RGB
CMYK
RGB Variations
Color information
#2DAD88 (or 0x2DAD88) is known color: Jungle Green. HEX triplet: 2D, AD and 88. RGB value is (45,173,136). Sum of RGB (Red+Green+Blue) = 45+173+136=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAD88 is #D25277. Grayscale: #828282. Windows color (decimal): -13783672 or 8957229. OLE color: 8957229.
HSL color Cylindrical-coordinate representation of color #2DAD88: hue angle of 162.66º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAD88 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 173 | 136 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.32 |
| HSL | 162.66º | 0.59% | 0.43% | - |
| HSV(B) | 162.66º | 0.74% | 0.68% | - |
| XYZ | 20.47 | 32.22 | 28.43 | - |
| YUV | 130.51 | 131.09 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 136 | 0.74 | 0 | 0.21 | 0.32 | 162.66 | 0.59 | 0.43 |
| Hex | 2D | AD | 88 | 4A | 0 | 15 | 20 | A3 | 3B | 2B |
| Octal | 55 | 255 | 210 | 112 | 0 | 25 | 40 | 243 | 73 | 53 |
| Binary | 101101 | 10101101 | 10001000 | 1001010 | 0 | 10101 | 100000 | 10100011 | 111011 | 101011 |
Color Harmonies of #2DAD88
Complementary color
Monochromatic Colors of #2DAD88
Black with #2DAD88
Text Example
Text Example
White with #2DAD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAD88; }
p { color: rgb(45,173,136); }
H1.HeaderClassName
{
color: #2DAD88;
}
.AnyTagClassName
{
color: #2DAD88;
}
</style>
background-color css
<style>
a { background-color: #2DAD88; }
a { background-color: rgb(45,173,136); }
div.DivClassName
{
background-color: #2DAD88;
}
.BgClassName
{
background-color: #2DAD88;
}
</style>
border-color css
<style>
span { border-color: #2DAD88; }
span { border-color: rgb(45,173,136); }
td.TdClassName
{
border-color: #2DAD88;
}
.TagClassName
{
border-color: #2DAD88;
}
</style>