Shades of Jungle Green #2FB683
Tints of Jungle Green #2FB683
RGB
CMYK
RGB Variations
Color information
#2FB683 (or 0x2FB683) is known color: Jungle Green. HEX triplet: 2F, B6 and 83. RGB value is (47,182,131). Sum of RGB (Red+Green+Blue) = 47+182+131=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB683 is #D0497C. Grayscale: #878787. Windows color (decimal): -13650301 or 8631855. OLE color: 8631855.
HSL color Cylindrical-coordinate representation of color #2FB683: hue angle of 157.33º 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 #2FB683 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 131 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.29 |
| HSL | 157.33º | 0.59% | 0.45% | - |
| HSV(B) | 157.33º | 0.74% | 0.71% | - |
| XYZ | 22 | 35.7 | 27.2 | - |
| YUV | 135.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 131 | 0.74 | 0 | 0.28 | 0.29 | 157.33 | 0.59 | 0.45 |
| Hex | 2F | B6 | 83 | 4A | 0 | 1C | 1D | 9D | 3B | 2D |
| Octal | 57 | 266 | 203 | 112 | 0 | 34 | 35 | 235 | 73 | 55 |
| Binary | 101111 | 10110110 | 10000011 | 1001010 | 0 | 11100 | 11101 | 10011101 | 111011 | 101101 |
Color Harmonies of #2FB683
Complementary color
Monochromatic Colors of #2FB683
Black with #2FB683
Text Example
Text Example
White with #2FB683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB683; }
p { color: rgb(47,182,131); }
H1.HeaderClassName
{
color: #2FB683;
}
.AnyTagClassName
{
color: #2FB683;
}
</style>
background-color css
<style>
a { background-color: #2FB683; }
a { background-color: rgb(47,182,131); }
div.DivClassName
{
background-color: #2FB683;
}
.BgClassName
{
background-color: #2FB683;
}
</style>
border-color css
<style>
span { border-color: #2FB683; }
span { border-color: rgb(47,182,131); }
td.TdClassName
{
border-color: #2FB683;
}
.TagClassName
{
border-color: #2FB683;
}
</style>