Html Css Color HEX #2AA77F Jungle Green

📋 copy color: '#2AA77F'

red 42 ◦ green 167 ◦ blue 127

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

Shades of Jungle Green #2AA77F

Tints of Jungle Green #2AA77F

RGB

 RED value IS 42 (16.8% from 255) = 12.5%

 GREEN value IS 167 (65.63% from 255) = 49.7%

 BLUE value IS 127 (50% from 255) = 37.8%

R = 12.5%
G = 49.7%
B = 37.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#2AA77F (or 0x2AA77F) is known color: Jungle Green. HEX triplet: 2A, A7 and 7F. RGB value is (42,167,127). Sum of RGB (Red+Green+Blue) = 42+167+127=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA77F is #D55880. Grayscale: #7D7D7D. Windows color (decimal): -13981825 or 8365866. OLE color: 8365866.

HSL color Cylindrical-coordinate representation of color #2AA77F: hue angle of 160.8º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA77F is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 127 -
CMYK 0.75 0 0.24 0.35
HSL 160.8º 0.6% 0.41% -
HSV(B) 160.8º 0.75% 0.65% -
XYZ 18.6 29.66 24.82 -
YUV 125.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 42 167 127 0.75 0 0.24 0.35 160.8 0.6 0.41
Hex 2A A7 7F 4B 0 18 23 A1 3C 29
Octal 52 247 177 113 0 30 43 241 74 51
Binary 101010 10100111 1111111 1001011 0 11000 100011 10100001 111100 101001

Color Harmonies of #2AA77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA77F

Black with #2AA77F

Text Example


Text Example

White with #2AA77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,167,127); }

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

background-color css

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

 a { background-color: rgb(42,167,127); }

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

border-color css

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

 span { border-color: rgb(42,167,127); }

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