Shades of Jungle Green #2FA274
Tints of Jungle Green #2FA274
RGB
CMYK
RGB Variations
Color information
#2FA274 (or 0x2FA274) is known color: Jungle Green. HEX triplet: 2F, A2 and 74. RGB value is (47,162,116). Sum of RGB (Red+Green+Blue) = 47+162+116=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA274 is #D05D8B. Grayscale: #7A7A7A. Windows color (decimal): -13655436 or 7643695. OLE color: 7643695.
HSL color Cylindrical-coordinate representation of color #2FA274: hue angle of 156º 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 #2FA274 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 116 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.36 |
| HSL | 156º | 0.55% | 0.41% | - |
| HSV(B) | 156º | 0.71% | 0.64% | - |
| XYZ | 17.25 | 27.71 | 20.96 | - |
| YUV | 122.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 116 | 0.71 | 0 | 0.28 | 0.36 | 156 | 0.55 | 0.41 |
| Hex | 2F | A2 | 74 | 47 | 0 | 1C | 24 | 9C | 37 | 29 |
| Octal | 57 | 242 | 164 | 107 | 0 | 34 | 44 | 234 | 67 | 51 |
| Binary | 101111 | 10100010 | 1110100 | 1000111 | 0 | 11100 | 100100 | 10011100 | 110111 | 101001 |
Color Harmonies of #2FA274
Complementary color
Monochromatic Colors of #2FA274
Black with #2FA274
Text Example
Text Example
White with #2FA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA274; }
p { color: rgb(47,162,116); }
H1.HeaderClassName
{
color: #2FA274;
}
.AnyTagClassName
{
color: #2FA274;
}
</style>
background-color css
<style>
a { background-color: #2FA274; }
a { background-color: rgb(47,162,116); }
div.DivClassName
{
background-color: #2FA274;
}
.BgClassName
{
background-color: #2FA274;
}
</style>
border-color css
<style>
span { border-color: #2FA274; }
span { border-color: rgb(47,162,116); }
td.TdClassName
{
border-color: #2FA274;
}
.TagClassName
{
border-color: #2FA274;
}
</style>