Html Css Color HEX #2AB38D Jungle Green

📋 copy color: '#2AB38D'

red 42 ◦ green 179 ◦ blue 141

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

Shades of Jungle Green #2AB38D

Tints of Jungle Green #2AB38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 11.6%
G = 49.45%
B = 38.95%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#2AB38D (or 0x2AB38D) is known color: Jungle Green. HEX triplet: 2A, B3 and 8D. RGB value is (42,179,141). Sum of RGB (Red+Green+Blue) = 42+179+141=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB38D is #D54C72. Grayscale: #858585. Windows color (decimal): -13978739 or 9286442. OLE color: 9286442.

HSL color Cylindrical-coordinate representation of color #2AB38D: hue angle of 163.36º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB38D is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 141 -
CMYK 0.77 0 0.21 0.30
HSL 163.36º 0.62% 0.43% -
HSV(B) 163.36º 0.77% 0.7% -
XYZ 21.88 34.66 30.74 -
YUV 133.71 132.11 62.59 -
System Red Green Blue C M Y K H S L
Decimal 42 179 141 0.77 0 0.21 0.30 163.36 0.62 0.43
Hex 2A B3 8D 4D 0 15 1E A3 3E 2B
Octal 52 263 215 115 0 25 36 243 76 53
Binary 101010 10110011 10001101 1001101 0 10101 11110 10100011 111110 101011

Color Harmonies of #2AB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB38D

Black with #2AB38D

Text Example


Text Example

White with #2AB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,179,141); }

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

background-color css

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

 a { background-color: rgb(42,179,141); }

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

border-color css

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

 span { border-color: rgb(42,179,141); }

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