#2BBA81

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

Shades of Jungle Green #2BBA81

Tints of Jungle Green #2BBA81

Color information

#2BBA81 (or 0x2BBA81) is unknown color: approx Jungle Green. HEX triplet: 2B, BA and 81. RGB value is (43,186,129). Sum of RGB (Red+Green+Blue) = 43+186+129=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA81 is #D4457E. Grayscale: #888888. Windows color (decimal): -13911423 or 8501803. OLE color: 8501803.

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

Color convert

RGB43186129-
CMYK0.7700.310.27
HSL156.08º62.45%44.9%-
HSV(B)156.08º76.88%72.94%-
XYZ22.5237.2226.77-
YUV136.74123.6261.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.01%
GREEN value IS 186 (73.05% from 255) = 51.96%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=12.01%
G=51.96%
B=36.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431861290.7700.310.27156.0862.4544.9
Hex2BBA814D01F1B9c3e2d
Octal53272201115037332347655
Binary101011101110101000000110011010111111101110011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,186,129); }

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

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

 a { background-color: rgb(43,186,129); }

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

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

 span { border-color: rgb(43,186,129); }

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