Html Css Color HEX #2AB483 Jungle Green

📋 copy color: '#2AB483'

red 42 ◦ green 180 ◦ blue 131

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

Shades of Jungle Green #2AB483

Tints of Jungle Green #2AB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 11.9%
G = 50.99%
B = 37.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#2AB483 (or 0x2AB483) is known color: Jungle Green. HEX triplet: 2A, B4 and 83. RGB value is (42,180,131). Sum of RGB (Red+Green+Blue) = 42+180+131=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB483 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB483 is #D54B7C. Grayscale: #858585. Windows color (decimal): -13978493 or 8631338. OLE color: 8631338.

HSL color Cylindrical-coordinate representation of color #2AB483: hue angle of 158.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB483 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 180 131 -
CMYK 0.77 0 0.27 0.29
HSL 158.7º 0.62% 0.44% -
HSV(B) 158.7º 0.77% 0.71% -
XYZ 21.37 34.77 27.06 -
YUV 133.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 42 180 131 0.77 0 0.27 0.29 158.7 0.62 0.44
Hex 2A B4 83 4D 0 1B 1D 9F 3E 2C
Octal 52 264 203 115 0 33 35 237 76 54
Binary 101010 10110100 10000011 1001101 0 11011 11101 10011111 111110 101100

Color Harmonies of #2AB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB483

Black with #2AB483

Text Example


Text Example

White with #2AB483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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