Shades of Jungle Green #2FC084
Tints of Jungle Green #2FC084
RGB
CMYK
RGB Variations
Color information
#2FC084 (or 0x2FC084) is known color: Jungle Green. HEX triplet: 2F, C0 and 84. RGB value is (47,192,132). Sum of RGB (Red+Green+Blue) = 47+192+132=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC084 is #D03F7B. Grayscale: #8D8D8D. Windows color (decimal): -13647740 or 8699951. OLE color: 8699951.
HSL color Cylindrical-coordinate representation of color #2FC084: hue angle of 155.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC084 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 132 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.25 |
| HSL | 155.17º | 0.61% | 0.47% | - |
| HSV(B) | 155.17º | 0.76% | 0.75% | - |
| XYZ | 24.19 | 39.97 | 28.27 | - |
| YUV | 141.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 132 | 0.76 | 0 | 0.31 | 0.25 | 155.17 | 0.61 | 0.47 |
| Hex | 2F | C0 | 84 | 4C | 0 | 1F | 19 | 9B | 3D | 2F |
| Octal | 57 | 300 | 204 | 114 | 0 | 37 | 31 | 233 | 75 | 57 |
| Binary | 101111 | 11000000 | 10000100 | 1001100 | 0 | 11111 | 11001 | 10011011 | 111101 | 101111 |
Color Harmonies of #2FC084
Complementary color
Monochromatic Colors of #2FC084
Black with #2FC084
Text Example
Text Example
White with #2FC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC084; }
p { color: rgb(47,192,132); }
H1.HeaderClassName
{
color: #2FC084;
}
.AnyTagClassName
{
color: #2FC084;
}
</style>
background-color css
<style>
a { background-color: #2FC084; }
a { background-color: rgb(47,192,132); }
div.DivClassName
{
background-color: #2FC084;
}
.BgClassName
{
background-color: #2FC084;
}
</style>
border-color css
<style>
span { border-color: #2FC084; }
span { border-color: rgb(47,192,132); }
td.TdClassName
{
border-color: #2FC084;
}
.TagClassName
{
border-color: #2FC084;
}
</style>