Html Css Color HEX #2AA978 Jungle Green

📋 copy color: '#2AA978'

red 42 ◦ green 169 ◦ blue 120

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

Shades of Jungle Green #2AA978

Tints of Jungle Green #2AA978

RGB

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

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

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

R = 12.69%
G = 51.06%
B = 36.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#2AA978 (or 0x2AA978) is known color: Jungle Green. HEX triplet: 2A, A9 and 78. RGB value is (42,169,120). Sum of RGB (Red+Green+Blue) = 42+169+120=331 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.69% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA978 is #D55687. Grayscale: #7D7D7D. Windows color (decimal): -13981320 or 7907626. OLE color: 7907626.

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

Color convert

RGB 42 169 120 -
CMYK 0.75 0 0.29 0.34
HSL 156.85º 0.6% 0.41% -
HSV(B) 156.85º 0.75% 0.66% -
XYZ 18.53 30.22 22.63 -
YUV 125.44 124.92 68.48 -
System Red Green Blue C M Y K H S L
Decimal 42 169 120 0.75 0 0.29 0.34 156.85 0.6 0.41
Hex 2A A9 78 4B 0 1D 22 9D 3C 29
Octal 52 251 170 113 0 35 42 235 74 51
Binary 101010 10101001 1111000 1001011 0 11101 100010 10011101 111100 101001

Color Harmonies of #2AA978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA978

Black with #2AA978

Text Example


Text Example

White with #2AA978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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