Html Css Color HEX #2AB68C Jungle Green

📋 copy color: '#2AB68C'

red 42 ◦ green 182 ◦ blue 140

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

Shades of Jungle Green #2AB68C

Tints of Jungle Green #2AB68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 11.54%
G = 50%
B = 38.46%

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

#2AB68C (or 0x2AB68C) is known color: Jungle Green. HEX triplet: 2A, B6 and 8C. RGB value is (42,182,140). Sum of RGB (Red+Green+Blue) = 42+182+140=364 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.54% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB68C is #D54973. Grayscale: #878787. Windows color (decimal): -13977972 or 9221674. OLE color: 9221674.

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

Color convert

RGB 42 182 140 -
CMYK 0.77 0 0.23 0.29
HSL 162º 0.63% 0.44% -
HSV(B) 162º 0.77% 0.71% -
XYZ 22.42 35.84 30.55 -
YUV 135.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 42 182 140 0.77 0 0.23 0.29 162 0.63 0.44
Hex 2A B6 8C 4D 0 17 1D A2 3E 2C
Octal 52 266 214 115 0 27 35 242 76 54
Binary 101010 10110110 10001100 1001101 0 10111 11101 10100010 111110 101100

Color Harmonies of #2AB68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB68C

Black with #2AB68C

Text Example


Text Example

White with #2AB68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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