Html Css Color HEX #2FA37E Jungle Green

📋 copy color: '#2FA37E'

red 47 ◦ green 163 ◦ blue 126

#2FA37E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2FA37E

Tints of Jungle Green #2FA37E

RGB

 RED value IS 47 (18.75% from 255) = 13.99%

 GREEN value IS 163 (64.06% from 255) = 48.51%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 13.99%
G = 48.51%
B = 37.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FA37E (or 0x2FA37E) is known color: Jungle Green. HEX triplet: 2F, A3 and 7E. RGB value is (47,163,126). Sum of RGB (Red+Green+Blue) = 47+163+126=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA37E is #D05C81. Grayscale: #7C7C7C. Windows color (decimal): -13655170 or 8299311. OLE color: 8299311.

HSL color Cylindrical-coordinate representation of color #2FA37E: hue angle of 160.86º 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 #2FA37E is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 47 163 126 -
CMYK 0.71 0 0.23 0.36
HSL 160.86º 0.55% 0.41% -
HSV(B) 160.86º 0.71% 0.64% -
XYZ 18.04 28.31 24.25 -
YUV 124.1 129.07 73.01 -
System Red Green Blue C M Y K H S L
Decimal 47 163 126 0.71 0 0.23 0.36 160.86 0.55 0.41
Hex 2F A3 7E 47 0 17 24 A1 37 29
Octal 57 243 176 107 0 27 44 241 67 51
Binary 101111 10100011 1111110 1000111 0 10111 100100 10100001 110111 101001

Color Harmonies of #2FA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA37E

Black with #2FA37E

Text Example


Text Example

White with #2FA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FA37E; }

 p { color: rgb(47,163,126); }

 H1.HeaderClassName
 {
   color: #2FA37E;
 }
 .AnyTagClassName
 {
   color: #2FA37E;
 }
</style>

background-color css

<style>
 a { background-color: #2FA37E; }

 a { background-color: rgb(47,163,126); }

 div.DivClassName
 {
   background-color: #2FA37E;
 }
 .BgClassName
 {
   background-color: #2FA37E;
 }
</style>

border-color css

<style>
 span { border-color: #2FA37E; }

 span { border-color: rgb(47,163,126); }

 td.TdClassName
 {
   border-color: #2FA37E;
 }
 .TagClassName
 {
   border-color: #2FA37E;
 }
</style>