Html Css Color HEX #2AAB83 Jungle Green

📋 copy color: '#2AAB83'

red 42 ◦ green 171 ◦ blue 131

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

Shades of Jungle Green #2AAB83

Tints of Jungle Green #2AAB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 131 (51.56% from 255) = 38.08%

R = 12.21%
G = 49.71%
B = 38.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#2AAB83 (or 0x2AAB83) is known color: Jungle Green. HEX triplet: 2A, AB and 83. RGB value is (42,171,131). Sum of RGB (Red+Green+Blue) = 42+171+131=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB83 is #D5547C. Grayscale: #7F7F7F. Windows color (decimal): -13980797 or 8629034. OLE color: 8629034.

HSL color Cylindrical-coordinate representation of color #2AAB83: hue angle of 161.4º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB83 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 131 -
CMYK 0.75 0 0.23 0.33
HSL 161.4º 0.61% 0.42% -
HSV(B) 161.4º 0.75% 0.67% -
XYZ 19.61 31.26 26.47 -
YUV 127.87 129.76 66.75 -
System Red Green Blue C M Y K H S L
Decimal 42 171 131 0.75 0 0.23 0.33 161.4 0.61 0.42
Hex 2A AB 83 4B 0 17 21 A1 3D 2A
Octal 52 253 203 113 0 27 41 241 75 52
Binary 101010 10101011 10000011 1001011 0 10111 100001 10100001 111101 101010

Color Harmonies of #2AAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB83

Black with #2AAB83

Text Example


Text Example

White with #2AAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,171,131); }

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

background-color css

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

 a { background-color: rgb(42,171,131); }

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

border-color css

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

 span { border-color: rgb(42,171,131); }

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