Html Css Color HEX #2FAC7A Jungle Green

📋 copy color: '#2FAC7A'

red 47 ◦ green 172 ◦ blue 122

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

Shades of Jungle Green #2FAC7A

Tints of Jungle Green #2FAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 13.78%
G = 50.44%
B = 35.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#2FAC7A (or 0x2FAC7A) is known color: Jungle Green. HEX triplet: 2F, AC and 7A. RGB value is (47,172,122). Sum of RGB (Red+Green+Blue) = 47+172+122=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC7A is #D05385. Grayscale: #808080. Windows color (decimal): -13652870 or 8039471. OLE color: 8039471.

HSL color Cylindrical-coordinate representation of color #2FAC7A: hue angle of 156º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC7A is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 122 -
CMYK 0.73 0 0.29 0.33
HSL 156º 0.57% 0.43% -
HSV(B) 156º 0.73% 0.67% -
XYZ 19.44 31.51 23.47 -
YUV 128.93 124.09 69.57 -
System Red Green Blue C M Y K H S L
Decimal 47 172 122 0.73 0 0.29 0.33 156 0.57 0.43
Hex 2F AC 7A 49 0 1D 21 9C 39 2B
Octal 57 254 172 111 0 35 41 234 71 53
Binary 101111 10101100 1111010 1001001 0 11101 100001 10011100 111001 101011

Color Harmonies of #2FAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC7A

Black with #2FAC7A

Text Example


Text Example

White with #2FAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,122); }

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

background-color css

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

 a { background-color: rgb(47,172,122); }

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

border-color css

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

 span { border-color: rgb(47,172,122); }

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