Shades of Jungle Green #2FB57F
Tints of Jungle Green #2FB57F
RGB
CMYK
RGB Variations
Color information
#2FB57F (or 0x2FB57F) is known color: Jungle Green. HEX triplet: 2F, B5 and 7F. RGB value is (47,181,127). Sum of RGB (Red+Green+Blue) = 47+181+127=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB57F is #D04A80. Grayscale: #868686. Windows color (decimal): -13650561 or 8369455. OLE color: 8369455.
HSL color Cylindrical-coordinate representation of color #2FB57F: hue angle of 155.82º 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 #2FB57F is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 127 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.29 |
| HSL | 155.82º | 0.59% | 0.45% | - |
| HSV(B) | 155.82º | 0.74% | 0.71% | - |
| XYZ | 21.53 | 35.18 | 25.74 | - |
| YUV | 134.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 127 | 0.74 | 0 | 0.30 | 0.29 | 155.82 | 0.59 | 0.45 |
| Hex | 2F | B5 | 7F | 4A | 0 | 1E | 1D | 9C | 3B | 2D |
| Octal | 57 | 265 | 177 | 112 | 0 | 36 | 35 | 234 | 73 | 55 |
| Binary | 101111 | 10110101 | 1111111 | 1001010 | 0 | 11110 | 11101 | 10011100 | 111011 | 101101 |
Color Harmonies of #2FB57F
Complementary color
Monochromatic Colors of #2FB57F
Black with #2FB57F
Text Example
Text Example
White with #2FB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB57F; }
p { color: rgb(47,181,127); }
H1.HeaderClassName
{
color: #2FB57F;
}
.AnyTagClassName
{
color: #2FB57F;
}
</style>
background-color css
<style>
a { background-color: #2FB57F; }
a { background-color: rgb(47,181,127); }
div.DivClassName
{
background-color: #2FB57F;
}
.BgClassName
{
background-color: #2FB57F;
}
</style>
border-color css
<style>
span { border-color: #2FB57F; }
span { border-color: rgb(47,181,127); }
td.TdClassName
{
border-color: #2FB57F;
}
.TagClassName
{
border-color: #2FB57F;
}
</style>