Html Css Color HEX #2ABA7F Jungle Green

📋 copy color: '#2ABA7F'

red 42 ◦ green 186 ◦ blue 127

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

Shades of Jungle Green #2ABA7F

Tints of Jungle Green #2ABA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.39%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 11.83%
G = 52.39%
B = 35.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#2ABA7F (or 0x2ABA7F) is known color: Jungle Green. HEX triplet: 2A, BA and 7F. RGB value is (42,186,127). Sum of RGB (Red+Green+Blue) = 42+186+127=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABA7F is #D54580. Grayscale: #888888. Windows color (decimal): -13976961 or 8370730. OLE color: 8370730.

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

Color convert

RGB 42 186 127 -
CMYK 0.77 0 0.32 0.27
HSL 155.42º 0.63% 0.45% -
HSV(B) 155.42º 0.77% 0.73% -
XYZ 22.34 37.14 26.07 -
YUV 136.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 42 186 127 0.77 0 0.32 0.27 155.42 0.63 0.45
Hex 2A BA 7F 4D 0 20 1B 9B 3F 2D
Octal 52 272 177 115 0 40 33 233 77 55
Binary 101010 10111010 1111111 1001101 0 100000 11011 10011011 111111 101101

Color Harmonies of #2ABA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABA7F

Black with #2ABA7F

Text Example


Text Example

White with #2ABA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,186,127); }

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

background-color css

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

 a { background-color: rgb(42,186,127); }

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

border-color css

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

 span { border-color: rgb(42,186,127); }

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