Html Css Color HEX #2FA482 Jungle Green

📋 copy color: '#2FA482'

red 47 ◦ green 164 ◦ blue 130

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

Shades of Jungle Green #2FA482

Tints of Jungle Green #2FA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 13.78%
G = 48.09%
B = 38.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#2FA482 (or 0x2FA482) is known color: Jungle Green. HEX triplet: 2F, A4 and 82. RGB value is (47,164,130). Sum of RGB (Red+Green+Blue) = 47+164+130=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA482 is #D05B7D. Grayscale: #7D7D7D. Windows color (decimal): -13654910 or 8561711. OLE color: 8561711.

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

Color convert

RGB 47 164 130 -
CMYK 0.71 0 0.21 0.36
HSL 162.56º 0.55% 0.41% -
HSV(B) 162.56º 0.71% 0.64% -
XYZ 18.48 28.77 25.7 -
YUV 125.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 47 164 130 0.71 0 0.21 0.36 162.56 0.55 0.41
Hex 2F A4 82 47 0 15 24 A3 37 29
Octal 57 244 202 107 0 25 44 243 67 51
Binary 101111 10100100 10000010 1000111 0 10101 100100 10100011 110111 101001

Color Harmonies of #2FA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA482

Black with #2FA482

Text Example


Text Example

White with #2FA482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,164,130); }

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

background-color css

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

 a { background-color: rgb(47,164,130); }

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

border-color css

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

 span { border-color: rgb(47,164,130); }

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