Shades of Jungle Green #2DAF8C
Tints of Jungle Green #2DAF8C
RGB
CMYK
RGB Variations
Color information
#2DAF8C (or 0x2DAF8C) is known color: Jungle Green. HEX triplet: 2D, AF and 8C. RGB value is (45,175,140). Sum of RGB (Red+Green+Blue) = 45+175+140=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DAF8C is #D25073. Grayscale: #848484. Windows color (decimal): -13783156 or 9219885. OLE color: 9219885.
HSL color Cylindrical-coordinate representation of color #2DAF8C: hue angle of 163.85º 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 #2DAF8C is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 140 | - |
| CMYK | 0.74 | 0 | 0.2 | 0.31 |
| HSL | 163.85º | 0.59% | 0.43% | - |
| HSV(B) | 163.85º | 0.74% | 0.69% | - |
| XYZ | 21.15 | 33.11 | 30.09 | - |
| YUV | 132.14 | 132.43 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 140 | 0.74 | 0 | 0.2 | 0.31 | 163.85 | 0.59 | 0.43 |
| Hex | 2D | AF | 8C | 4A | 0 | 14 | 1F | A4 | 3B | 2B |
| Octal | 55 | 257 | 214 | 112 | 0 | 24 | 37 | 244 | 73 | 53 |
| Binary | 101101 | 10101111 | 10001100 | 1001010 | 0 | 10100 | 11111 | 10100100 | 111011 | 101011 |
Color Harmonies of #2DAF8C
Complementary color
Monochromatic Colors of #2DAF8C
Black with #2DAF8C
Text Example
Text Example
White with #2DAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF8C; }
p { color: rgb(45,175,140); }
H1.HeaderClassName
{
color: #2DAF8C;
}
.AnyTagClassName
{
color: #2DAF8C;
}
</style>
background-color css
<style>
a { background-color: #2DAF8C; }
a { background-color: rgb(45,175,140); }
div.DivClassName
{
background-color: #2DAF8C;
}
.BgClassName
{
background-color: #2DAF8C;
}
</style>
border-color css
<style>
span { border-color: #2DAF8C; }
span { border-color: rgb(45,175,140); }
td.TdClassName
{
border-color: #2DAF8C;
}
.TagClassName
{
border-color: #2DAF8C;
}
</style>