Shades of Jungle Green #2FBA92
Tints of Jungle Green #2FBA92
RGB
CMYK
RGB Variations
Color information
#2FBA92 (or 0x2FBA92) is known color: Jungle Green. HEX triplet: 2F, BA and 92. RGB value is (47,186,146). Sum of RGB (Red+Green+Blue) = 47+186+146=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBA92 is #D0456D. Grayscale: #8B8B8B. Windows color (decimal): -13649262 or 9615919. OLE color: 9615919.
HSL color Cylindrical-coordinate representation of color #2FBA92: hue angle of 162.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA92 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 146 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.27 |
| HSL | 162.73º | 0.6% | 0.46% | - |
| HSV(B) | 162.73º | 0.75% | 0.73% | - |
| XYZ | 23.92 | 37.8 | 33.23 | - |
| YUV | 139.88 | 131.45 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 146 | 0.75 | 0 | 0.22 | 0.27 | 162.73 | 0.6 | 0.46 |
| Hex | 2F | BA | 92 | 4B | 0 | 16 | 1B | A3 | 3C | 2E |
| Octal | 57 | 272 | 222 | 113 | 0 | 26 | 33 | 243 | 74 | 56 |
| Binary | 101111 | 10111010 | 10010010 | 1001011 | 0 | 10110 | 11011 | 10100011 | 111100 | 101110 |
Color Harmonies of #2FBA92
Complementary color
Monochromatic Colors of #2FBA92
Black with #2FBA92
Text Example
Text Example
White with #2FBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA92; }
p { color: rgb(47,186,146); }
H1.HeaderClassName
{
color: #2FBA92;
}
.AnyTagClassName
{
color: #2FBA92;
}
</style>
background-color css
<style>
a { background-color: #2FBA92; }
a { background-color: rgb(47,186,146); }
div.DivClassName
{
background-color: #2FBA92;
}
.BgClassName
{
background-color: #2FBA92;
}
</style>
border-color css
<style>
span { border-color: #2FBA92; }
span { border-color: rgb(47,186,146); }
td.TdClassName
{
border-color: #2FBA92;
}
.TagClassName
{
border-color: #2FBA92;
}
</style>