Html Css Color HEX #2FA27A Jungle Green

📋 copy color: '#2FA27A'

red 47 ◦ green 162 ◦ blue 122

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

Shades of Jungle Green #2FA27A

Tints of Jungle Green #2FA27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.94%

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

R = 14.2%
G = 48.94%
B = 36.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#2FA27A (or 0x2FA27A) is known color: Jungle Green. HEX triplet: 2F, A2 and 7A. RGB value is (47,162,122). Sum of RGB (Red+Green+Blue) = 47+162+122=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 162 (63.67% from 255 or 48.94% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA27A is #D05D85. Grayscale: #7B7B7B. Windows color (decimal): -13655430 or 8036911. OLE color: 8036911.

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

Color convert

RGB 47 162 122 -
CMYK 0.71 0 0.25 0.36
HSL 159.13º 0.55% 0.41% -
HSV(B) 159.13º 0.71% 0.64% -
XYZ 17.61 27.85 22.86 -
YUV 123.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 47 162 122 0.71 0 0.25 0.36 159.13 0.55 0.41
Hex 2F A2 7A 47 0 19 24 9F 37 29
Octal 57 242 172 107 0 31 44 237 67 51
Binary 101111 10100010 1111010 1000111 0 11001 100100 10011111 110111 101001

Color Harmonies of #2FA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA27A

Black with #2FA27A

Text Example


Text Example

White with #2FA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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