Html Css Color HEX #2AA777 Jungle Green

📋 copy color: '#2AA777'

red 42 ◦ green 167 ◦ blue 119

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

Shades of Jungle Green #2AA777

Tints of Jungle Green #2AA777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 12.8%
G = 50.91%
B = 36.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#2AA777 (or 0x2AA777) is known color: Jungle Green. HEX triplet: 2A, A7 and 77. RGB value is (42,167,119). Sum of RGB (Red+Green+Blue) = 42+167+119=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA777 is #D55888. Grayscale: #7C7C7C. Windows color (decimal): -13981833 or 7841578. OLE color: 7841578.

HSL color Cylindrical-coordinate representation of color #2AA777: hue angle of 156.96º 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 #2AA777 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 42 167 119 -
CMYK 0.75 0 0.29 0.35
HSL 156.96º 0.6% 0.41% -
HSV(B) 156.96º 0.75% 0.65% -
XYZ 18.1 29.46 22.19 -
YUV 124.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 42 167 119 0.75 0 0.29 0.35 156.96 0.6 0.41
Hex 2A A7 77 4B 0 1D 23 9D 3C 29
Octal 52 247 167 113 0 35 43 235 74 51
Binary 101010 10100111 1110111 1001011 0 11101 100011 10011101 111100 101001

Color Harmonies of #2AA777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA777

Black with #2AA777

Text Example


Text Example

White with #2AA777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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