Shades of Jungle Green #2FB584
Tints of Jungle Green #2FB584
RGB
CMYK
RGB Variations
Color information
#2FB584 (or 0x2FB584) is known color: Jungle Green. HEX triplet: 2F, B5 and 84. RGB value is (47,181,132). Sum of RGB (Red+Green+Blue) = 47+181+132=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB584 is #D04A7B. Grayscale: #878787. Windows color (decimal): -13650556 or 8697135. OLE color: 8697135.
HSL color Cylindrical-coordinate representation of color #2FB584: hue angle of 158.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB584 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 132 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.29 |
| HSL | 158.06º | 0.59% | 0.45% | - |
| HSV(B) | 158.06º | 0.74% | 0.71% | - |
| XYZ | 21.86 | 35.32 | 27.49 | - |
| YUV | 135.35 | 126.11 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 132 | 0.74 | 0 | 0.27 | 0.29 | 158.06 | 0.59 | 0.45 |
| Hex | 2F | B5 | 84 | 4A | 0 | 1B | 1D | 9E | 3B | 2D |
| Octal | 57 | 265 | 204 | 112 | 0 | 33 | 35 | 236 | 73 | 55 |
| Binary | 101111 | 10110101 | 10000100 | 1001010 | 0 | 11011 | 11101 | 10011110 | 111011 | 101101 |
Color Harmonies of #2FB584
Complementary color
Monochromatic Colors of #2FB584
Black with #2FB584
Text Example
Text Example
White with #2FB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB584; }
p { color: rgb(47,181,132); }
H1.HeaderClassName
{
color: #2FB584;
}
.AnyTagClassName
{
color: #2FB584;
}
</style>
background-color css
<style>
a { background-color: #2FB584; }
a { background-color: rgb(47,181,132); }
div.DivClassName
{
background-color: #2FB584;
}
.BgClassName
{
background-color: #2FB584;
}
</style>
border-color css
<style>
span { border-color: #2FB584; }
span { border-color: rgb(47,181,132); }
td.TdClassName
{
border-color: #2FB584;
}
.TagClassName
{
border-color: #2FB584;
}
</style>