Html Css Color HEX #2FA978 Jungle Green

📋 copy color: '#2FA978'

red 47 ◦ green 169 ◦ blue 120

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

Shades of Jungle Green #2FA978

Tints of Jungle Green #2FA978

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.3%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 13.99%
G = 50.3%
B = 35.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#2FA978 (or 0x2FA978) is known color: Jungle Green. HEX triplet: 2F, A9 and 78. RGB value is (47,169,120). Sum of RGB (Red+Green+Blue) = 47+169+120=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA978 is #D05687. Grayscale: #7F7F7F. Windows color (decimal): -13653640 or 7907631. OLE color: 7907631.

HSL color Cylindrical-coordinate representation of color #2FA978: hue angle of 155.9º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA978 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 169 120 -
CMYK 0.72 0 0.29 0.34
HSL 155.9º 0.56% 0.42% -
HSV(B) 155.9º 0.72% 0.66% -
XYZ 18.75 30.34 22.64 -
YUV 126.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 47 169 120 0.72 0 0.29 0.34 155.9 0.56 0.42
Hex 2F A9 78 48 0 1D 22 9C 38 2A
Octal 57 251 170 110 0 35 42 234 70 52
Binary 101111 10101001 1111000 1001000 0 11101 100010 10011100 111000 101010

Color Harmonies of #2FA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA978

Black with #2FA978

Text Example


Text Example

White with #2FA978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,169,120); }

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

background-color css

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

 a { background-color: rgb(47,169,120); }

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

border-color css

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

 span { border-color: rgb(47,169,120); }

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