Html Css Color HEX #2ABB93 Jungle Green

📋 copy color: '#2ABB93'

red 42 ◦ green 187 ◦ blue 147

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

Shades of Jungle Green #2ABB93

Tints of Jungle Green #2ABB93

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 11.17%
G = 49.73%
B = 39.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#2ABB93 (or 0x2ABB93) is known color: Jungle Green. HEX triplet: 2A, BB and 93. RGB value is (42,187,147). Sum of RGB (Red+Green+Blue) = 42+187+147=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABB93 is #D5446C. Grayscale: #8B8B8B. Windows color (decimal): -13976685 or 9681706. OLE color: 9681706.

HSL color Cylindrical-coordinate representation of color #2ABB93: hue angle of 163.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB93 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 147 -
CMYK 0.78 0 0.21 0.27
HSL 163.45º 0.63% 0.45% -
HSV(B) 163.45º 0.78% 0.73% -
XYZ 23.99 38.14 33.7 -
YUV 139.09 132.46 58.75 -
System Red Green Blue C M Y K H S L
Decimal 42 187 147 0.78 0 0.21 0.27 163.45 0.63 0.45
Hex 2A BB 93 4E 0 15 1B A3 3F 2D
Octal 52 273 223 116 0 25 33 243 77 55
Binary 101010 10111011 10010011 1001110 0 10101 11011 10100011 111111 101101

Color Harmonies of #2ABB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB93

Black with #2ABB93

Text Example


Text Example

White with #2ABB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,147); }

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

background-color css

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

 a { background-color: rgb(42,187,147); }

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

border-color css

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

 span { border-color: rgb(42,187,147); }

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