Html Css Color HEX #2AA67A Jungle Green

📋 copy color: '#2AA67A'

red 42 ◦ green 166 ◦ blue 122

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

Shades of Jungle Green #2AA67A

Tints of Jungle Green #2AA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

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

R = 12.73%
G = 50.3%
B = 36.97%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#2AA67A (or 0x2AA67A) is known color: Jungle Green. HEX triplet: 2A, A6 and 7A. RGB value is (42,166,122). Sum of RGB (Red+Green+Blue) = 42+166+122=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA67A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA67A is #D55985. Grayscale: #7B7B7B. Windows color (decimal): -13982086 or 8037930. OLE color: 8037930.

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

Color convert

RGB 42 166 122 -
CMYK 0.75 0 0.27 0.35
HSL 158.71º 0.6% 0.41% -
HSV(B) 158.71º 0.75% 0.65% -
XYZ 18.1 29.17 23.09 -
YUV 123.91 126.92 69.58 -
System Red Green Blue C M Y K H S L
Decimal 42 166 122 0.75 0 0.27 0.35 158.71 0.6 0.41
Hex 2A A6 7A 4B 0 1B 23 9F 3C 29
Octal 52 246 172 113 0 33 43 237 74 51
Binary 101010 10100110 1111010 1001011 0 11011 100011 10011111 111100 101001

Color Harmonies of #2AA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AA67A

Black with #2AA67A

Text Example


Text Example

White with #2AA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,166,122); }

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

background-color css

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

 a { background-color: rgb(42,166,122); }

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

border-color css

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

 span { border-color: rgb(42,166,122); }

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