#2BA685

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

Shades of Jungle Green #2BA685

Tints of Jungle Green #2BA685

Color information

#2BA685 (or 0x2BA685) is unknown color: approx Jungle Green. HEX triplet: 2B, A6 and 85. RGB value is (43,166,133). Sum of RGB (Red+Green+Blue) = 43+166+133=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA685 is #D4597A. Grayscale: #7D7D7D. Windows color (decimal): -13916539 or 8758827. OLE color: 8758827.

HSL color Cylindrical-coordinate representation of color #2BA685: hue angle of 163.9º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA685 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB43166133-
CMYK0.7400.200.35
HSL163.9º58.85%40.98%-
HSV(B)163.9º74.1%65.1%-
XYZ18.8729.4826.89-
YUV125.46132.2569.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=12.57%
G=48.54%
B=38.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431661330.7400.200.35163.958.8540.98
Hex2BA6854A01423a43b29
Octal53246205112024432447351
Binary1010111010011010000101100101001010010001110100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,133); }

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

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

 a { background-color: rgb(43,166,133); }

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

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

 span { border-color: rgb(43,166,133); }

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