Html Css Color HEX #2AB685 Jungle Green

📋 copy color: '#2AB685'

red 42 ◦ green 182 ◦ blue 133

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

Shades of Jungle Green #2AB685

Tints of Jungle Green #2AB685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 11.76%
G = 50.98%
B = 37.25%

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

#2AB685 (or 0x2AB685) is known color: Jungle Green. HEX triplet: 2A, B6 and 85. RGB value is (42,182,133). Sum of RGB (Red+Green+Blue) = 42+182+133=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB685 is #D5497A. Grayscale: #868686. Windows color (decimal): -13977979 or 8762922. OLE color: 8762922.

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

Color convert

RGB 42 182 133 -
CMYK 0.77 0 0.27 0.29
HSL 159º 0.63% 0.44% -
HSV(B) 159º 0.77% 0.71% -
XYZ 21.92 35.64 27.91 -
YUV 134.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 42 182 133 0.77 0 0.27 0.29 159 0.63 0.44
Hex 2A B6 85 4D 0 1B 1D 9F 3E 2C
Octal 52 266 205 115 0 33 35 237 76 54
Binary 101010 10110110 10000101 1001101 0 11011 11101 10011111 111110 101100

Color Harmonies of #2AB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB685

Black with #2AB685

Text Example


Text Example

White with #2AB685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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