#2BA078

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

Shades of Jungle Green #2BA078

Tints of Jungle Green #2BA078

Color information

#2BA078 (or 0x2BA078) is unknown color: approx Jungle Green. HEX triplet: 2B, A0 and 78. RGB value is (43,160,120). Sum of RGB (Red+Green+Blue) = 43+160+120=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA078 is #D45F87. Grayscale: #787878. Windows color (decimal): -13918088 or 7905323. OLE color: 7905323.

HSL color Cylindrical-coordinate representation of color #2BA078: hue angle of 159.49º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA078 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB43160120-
CMYK0.7300.250.37
HSL159.49º57.64%39.8%-
HSV(B)159.49º73.12%62.75%-
XYZ16.9627.0122.09-
YUV120.46127.7472.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.31%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=13.31%
G=49.54%
B=37.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal431601200.7300.250.37159.4957.6439.8
Hex2BA07849019259f3a28
Octal53240170111031452377250
Binary101011101000001111000100100101100110010110011111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,160,120); }

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

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

 a { background-color: rgb(43,160,120); }

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

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

 span { border-color: rgb(43,160,120); }

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