#2ABA92

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

Shades of Jungle Green #2ABA92

Tints of Jungle Green #2ABA92

Color information

#2ABA92 (or 0x2ABA92) is unknown color: approx Jungle Green. HEX triplet: 2A, BA and 92. RGB value is (42,186,146). Sum of RGB (Red+Green+Blue) = 42+186+146=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABA92 is #D5456D. Grayscale: #8A8A8A. Windows color (decimal): -13976942 or 9615914. OLE color: 9615914.

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

Color convert

RGB42186146-
CMYK0.7700.220.27
HSL163.33º63.16%44.71%-
HSV(B)163.33º77.42%72.94%-
XYZ23.737.6933.22-
YUV138.38132.2959.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.23%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=11.23%
G=49.73%
B=39.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421861460.7700.220.27163.3363.1644.71
Hex2ABA924D0161Ba33f2d
Octal52272222115026332437755
Binary101010101110101001001010011010101101101110100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABA92;
 }
 .AnyTagClassName
 {
   color: #2ABA92;
 }
</style>
background-color css

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

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

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

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

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

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