Shades of Jungle Green #2DAF88
Tints of Jungle Green #2DAF88
RGB
CMYK
RGB Variations
Color information
#2DAF88 (or 0x2DAF88) is known color: Jungle Green. HEX triplet: 2D, AF and 88. RGB value is (45,175,136). Sum of RGB (Red+Green+Blue) = 45+175+136=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAF88 is #D25077. Grayscale: #838383. Windows color (decimal): -13783160 or 8957741. OLE color: 8957741.
HSL color Cylindrical-coordinate representation of color #2DAF88: hue angle of 162º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF88 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 136 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.31 |
| HSL | 162º | 0.59% | 0.43% | - |
| HSV(B) | 162º | 0.74% | 0.69% | - |
| XYZ | 20.86 | 33 | 28.56 | - |
| YUV | 131.68 | 130.43 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 136 | 0.74 | 0 | 0.22 | 0.31 | 162 | 0.59 | 0.43 |
| Hex | 2D | AF | 88 | 4A | 0 | 16 | 1F | A2 | 3B | 2B |
| Octal | 55 | 257 | 210 | 112 | 0 | 26 | 37 | 242 | 73 | 53 |
| Binary | 101101 | 10101111 | 10001000 | 1001010 | 0 | 10110 | 11111 | 10100010 | 111011 | 101011 |
Color Harmonies of #2DAF88
Complementary color
Monochromatic Colors of #2DAF88
Black with #2DAF88
Text Example
Text Example
White with #2DAF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF88; }
p { color: rgb(45,175,136); }
H1.HeaderClassName
{
color: #2DAF88;
}
.AnyTagClassName
{
color: #2DAF88;
}
</style>
background-color css
<style>
a { background-color: #2DAF88; }
a { background-color: rgb(45,175,136); }
div.DivClassName
{
background-color: #2DAF88;
}
.BgClassName
{
background-color: #2DAF88;
}
</style>
border-color css
<style>
span { border-color: #2DAF88; }
span { border-color: rgb(45,175,136); }
td.TdClassName
{
border-color: #2DAF88;
}
.TagClassName
{
border-color: #2DAF88;
}
</style>