#2ABA7F

Color #2ABA7F Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2ABA7F

Tints of Jungle Green #2ABA7F

Color information

#2ABA7F (or 0x2ABA7F) is unknown color: approx 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

RGB42186127-
CMYK0.7700.320.27
HSL155.42º63.16%44.71%-
HSV(B)155.42º77.42%72.94%-
XYZ22.3437.1426.07-
YUV136.22122.7960.8-

RGB Variations

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

RGB

RED value IS 42 (16.80% 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 (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861270.7700.320.27155.4263.1644.71
Hex2ABA7F4D0201B9b3f2d
Octal52272177115040332337755
Binary101010101110101111111100110101000001101110011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>