Shades of Jungle Green #2FB38A
Tints of Jungle Green #2FB38A
RGB
CMYK
RGB Variations
Color information
#2FB38A (or 0x2FB38A) is known color: Jungle Green. HEX triplet: 2F, B3 and 8A. RGB value is (47,179,138). Sum of RGB (Red+Green+Blue) = 47+179+138=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB38A is #D04C75. Grayscale: #868686. Windows color (decimal): -13651062 or 9089839. OLE color: 9089839.
HSL color Cylindrical-coordinate representation of color #2FB38A: hue angle of 161.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB38A is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 138 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.30 |
| HSL | 161.36º | 0.58% | 0.44% | - |
| HSV(B) | 161.36º | 0.74% | 0.7% | - |
| XYZ | 21.88 | 34.68 | 29.59 | - |
| YUV | 134.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 138 | 0.74 | 0 | 0.23 | 0.30 | 161.36 | 0.58 | 0.44 |
| Hex | 2F | B3 | 8A | 4A | 0 | 17 | 1E | A1 | 3A | 2C |
| Octal | 57 | 263 | 212 | 112 | 0 | 27 | 36 | 241 | 72 | 54 |
| Binary | 101111 | 10110011 | 10001010 | 1001010 | 0 | 10111 | 11110 | 10100001 | 111010 | 101100 |
Color Harmonies of #2FB38A
Complementary color
Monochromatic Colors of #2FB38A
Black with #2FB38A
Text Example
Text Example
White with #2FB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB38A; }
p { color: rgb(47,179,138); }
H1.HeaderClassName
{
color: #2FB38A;
}
.AnyTagClassName
{
color: #2FB38A;
}
</style>
background-color css
<style>
a { background-color: #2FB38A; }
a { background-color: rgb(47,179,138); }
div.DivClassName
{
background-color: #2FB38A;
}
.BgClassName
{
background-color: #2FB38A;
}
</style>
border-color css
<style>
span { border-color: #2FB38A; }
span { border-color: rgb(47,179,138); }
td.TdClassName
{
border-color: #2FB38A;
}
.TagClassName
{
border-color: #2FB38A;
}
</style>