Shades of Jungle Green #2FB28C
Tints of Jungle Green #2FB28C
RGB
CMYK
RGB Variations
Color information
#2FB28C (or 0x2FB28C) is known color: Jungle Green. HEX triplet: 2F, B2 and 8C. RGB value is (47,178,140). Sum of RGB (Red+Green+Blue) = 47+178+140=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB28C is #D04D73. Grayscale: #868686. Windows color (decimal): -13651316 or 9220655. OLE color: 9220655.
HSL color Cylindrical-coordinate representation of color #2FB28C: hue angle of 162.6º 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 #2FB28C is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 140 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.30 |
| HSL | 162.6º | 0.58% | 0.44% | - |
| HSV(B) | 162.6º | 0.74% | 0.7% | - |
| XYZ | 21.83 | 34.34 | 30.29 | - |
| YUV | 134.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 140 | 0.74 | 0 | 0.21 | 0.30 | 162.6 | 0.58 | 0.44 |
| Hex | 2F | B2 | 8C | 4A | 0 | 15 | 1E | A3 | 3A | 2C |
| Octal | 57 | 262 | 214 | 112 | 0 | 25 | 36 | 243 | 72 | 54 |
| Binary | 101111 | 10110010 | 10001100 | 1001010 | 0 | 10101 | 11110 | 10100011 | 111010 | 101100 |
Color Harmonies of #2FB28C
Complementary color
Monochromatic Colors of #2FB28C
Black with #2FB28C
Text Example
Text Example
White with #2FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB28C; }
p { color: rgb(47,178,140); }
H1.HeaderClassName
{
color: #2FB28C;
}
.AnyTagClassName
{
color: #2FB28C;
}
</style>
background-color css
<style>
a { background-color: #2FB28C; }
a { background-color: rgb(47,178,140); }
div.DivClassName
{
background-color: #2FB28C;
}
.BgClassName
{
background-color: #2FB28C;
}
</style>
border-color css
<style>
span { border-color: #2FB28C; }
span { border-color: rgb(47,178,140); }
td.TdClassName
{
border-color: #2FB28C;
}
.TagClassName
{
border-color: #2FB28C;
}
</style>