Shades of Jungle Green #2FA385
Tints of Jungle Green #2FA385
RGB
CMYK
RGB Variations
Color information
#2FA385 (or 0x2FA385) is known color: Jungle Green. HEX triplet: 2F, A3 and 85. RGB value is (47,163,133). Sum of RGB (Red+Green+Blue) = 47+163+133=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA385 is #D05C7A. Grayscale: #7C7C7C. Windows color (decimal): -13655163 or 8758063. OLE color: 8758063.
HSL color Cylindrical-coordinate representation of color #2FA385: hue angle of 164.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA385 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 133 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.36 |
| HSL | 164.48º | 0.55% | 0.41% | - |
| HSV(B) | 164.48º | 0.71% | 0.64% | - |
| XYZ | 18.5 | 28.49 | 26.71 | - |
| YUV | 124.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 133 | 0.71 | 0 | 0.18 | 0.36 | 164.48 | 0.55 | 0.41 |
| Hex | 2F | A3 | 85 | 47 | 0 | 12 | 24 | A4 | 37 | 29 |
| Octal | 57 | 243 | 205 | 107 | 0 | 22 | 44 | 244 | 67 | 51 |
| Binary | 101111 | 10100011 | 10000101 | 1000111 | 0 | 10010 | 100100 | 10100100 | 110111 | 101001 |
Color Harmonies of #2FA385
Complementary color
Monochromatic Colors of #2FA385
Black with #2FA385
Text Example
Text Example
White with #2FA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA385; }
p { color: rgb(47,163,133); }
H1.HeaderClassName
{
color: #2FA385;
}
.AnyTagClassName
{
color: #2FA385;
}
</style>
background-color css
<style>
a { background-color: #2FA385; }
a { background-color: rgb(47,163,133); }
div.DivClassName
{
background-color: #2FA385;
}
.BgClassName
{
background-color: #2FA385;
}
</style>
border-color css
<style>
span { border-color: #2FA385; }
span { border-color: rgb(47,163,133); }
td.TdClassName
{
border-color: #2FA385;
}
.TagClassName
{
border-color: #2FA385;
}
</style>