Html Css Color HEX #2AB68D Jungle Green

📋 copy color: '#2AB68D'

red 42 ◦ green 182 ◦ blue 141

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

Shades of Jungle Green #2AB68D

Tints of Jungle Green #2AB68D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.86%

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

R = 11.51%
G = 49.86%
B = 38.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#2AB68D (or 0x2AB68D) is known color: Jungle Green. HEX triplet: 2A, B6 and 8D. RGB value is (42,182,141). Sum of RGB (Red+Green+Blue) = 42+182+141=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB68D is #D54972. Grayscale: #878787. Windows color (decimal): -13977971 or 9287210. OLE color: 9287210.

HSL color Cylindrical-coordinate representation of color #2AB68D: hue angle of 162.43º 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 #2AB68D is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 141 -
CMYK 0.77 0 0.23 0.29
HSL 162.43º 0.63% 0.44% -
HSV(B) 162.43º 0.77% 0.71% -
XYZ 22.49 35.87 30.94 -
YUV 135.47 131.12 61.33 -
System Red Green Blue C M Y K H S L
Decimal 42 182 141 0.77 0 0.23 0.29 162.43 0.63 0.44
Hex 2A B6 8D 4D 0 17 1D A2 3E 2C
Octal 52 266 215 115 0 27 35 242 76 54
Binary 101010 10110110 10001101 1001101 0 10111 11101 10100010 111110 101100

Color Harmonies of #2AB68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB68D

Black with #2AB68D

Text Example


Text Example

White with #2AB68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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