Shades of Jungle Green #2FB48A
Tints of Jungle Green #2FB48A
RGB
CMYK
RGB Variations
Color information
#2FB48A (or 0x2FB48A) is known color: Jungle Green. HEX triplet: 2F, B4 and 8A. RGB value is (47,180,138). Sum of RGB (Red+Green+Blue) = 47+180+138=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB48A is #D04B75. Grayscale: #878787. Windows color (decimal): -13650806 or 9090095. OLE color: 9090095.
HSL color Cylindrical-coordinate representation of color #2FB48A: hue angle of 161.05º 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 #2FB48A is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 138 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.29 |
| HSL | 161.05º | 0.59% | 0.45% | - |
| HSV(B) | 161.05º | 0.74% | 0.71% | - |
| XYZ | 22.08 | 35.08 | 29.65 | - |
| YUV | 135.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 138 | 0.74 | 0 | 0.23 | 0.29 | 161.05 | 0.59 | 0.45 |
| Hex | 2F | B4 | 8A | 4A | 0 | 17 | 1D | A1 | 3B | 2D |
| Octal | 57 | 264 | 212 | 112 | 0 | 27 | 35 | 241 | 73 | 55 |
| Binary | 101111 | 10110100 | 10001010 | 1001010 | 0 | 10111 | 11101 | 10100001 | 111011 | 101101 |
Color Harmonies of #2FB48A
Complementary color
Monochromatic Colors of #2FB48A
Black with #2FB48A
Text Example
Text Example
White with #2FB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB48A; }
p { color: rgb(47,180,138); }
H1.HeaderClassName
{
color: #2FB48A;
}
.AnyTagClassName
{
color: #2FB48A;
}
</style>
background-color css
<style>
a { background-color: #2FB48A; }
a { background-color: rgb(47,180,138); }
div.DivClassName
{
background-color: #2FB48A;
}
.BgClassName
{
background-color: #2FB48A;
}
</style>
border-color css
<style>
span { border-color: #2FB48A; }
span { border-color: rgb(47,180,138); }
td.TdClassName
{
border-color: #2FB48A;
}
.TagClassName
{
border-color: #2FB48A;
}
</style>