Shades of Jungle Green #2DAF7E
Tints of Jungle Green #2DAF7E
RGB
CMYK
RGB Variations
Color information
#2DAF7E (or 0x2DAF7E) is known color: Jungle Green. HEX triplet: 2D, AF and 7E. RGB value is (45,175,126). Sum of RGB (Red+Green+Blue) = 45+175+126=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAF7E is #D25081. Grayscale: #828282. Windows color (decimal): -13783170 or 8302381. OLE color: 8302381.
HSL color Cylindrical-coordinate representation of color #2DAF7E: hue angle of 157.38º 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 #2DAF7E is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 126 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.31 |
| HSL | 157.38º | 0.59% | 0.43% | - |
| HSV(B) | 157.38º | 0.74% | 0.69% | - |
| XYZ | 20.18 | 32.72 | 24.99 | - |
| YUV | 130.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 126 | 0.74 | 0 | 0.28 | 0.31 | 157.38 | 0.59 | 0.43 |
| Hex | 2D | AF | 7E | 4A | 0 | 1C | 1F | 9D | 3B | 2B |
| Octal | 55 | 257 | 176 | 112 | 0 | 34 | 37 | 235 | 73 | 53 |
| Binary | 101101 | 10101111 | 1111110 | 1001010 | 0 | 11100 | 11111 | 10011101 | 111011 | 101011 |
Color Harmonies of #2DAF7E
Complementary color
Monochromatic Colors of #2DAF7E
Black with #2DAF7E
Text Example
Text Example
White with #2DAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF7E; }
p { color: rgb(45,175,126); }
H1.HeaderClassName
{
color: #2DAF7E;
}
.AnyTagClassName
{
color: #2DAF7E;
}
</style>
background-color css
<style>
a { background-color: #2DAF7E; }
a { background-color: rgb(45,175,126); }
div.DivClassName
{
background-color: #2DAF7E;
}
.BgClassName
{
background-color: #2DAF7E;
}
</style>
border-color css
<style>
span { border-color: #2DAF7E; }
span { border-color: rgb(45,175,126); }
td.TdClassName
{
border-color: #2DAF7E;
}
.TagClassName
{
border-color: #2DAF7E;
}
</style>