#2BA978

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

Shades of Jungle Green #2BA978

Tints of Jungle Green #2BA978

Color information

#2BA978 (or 0x2BA978) is unknown color: approx Jungle Green. HEX triplet: 2B, A9 and 78. RGB value is (43,169,120). Sum of RGB (Red+Green+Blue) = 43+169+120=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA978 is #D45687. Grayscale: #7D7D7D. Windows color (decimal): -13915784 or 7907627. OLE color: 7907627.

HSL color Cylindrical-coordinate representation of color #2BA978: hue angle of 156.67º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA978 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB43169120-
CMYK0.7500.290.34
HSL156.67º59.43%41.57%-
HSV(B)156.67º74.56%66.27%-
XYZ18.5730.2522.63-
YUV125.74124.7668.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.95%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=12.95%
G=50.90%
B=36.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal431691200.7500.290.34156.6759.4341.57
Hex2BA9784B01D229d3b2a
Octal53251170113035422357352
Binary101011101010011111000100101101110110001010011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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