Html Css Color HEX #2BA079 Jungle Green

📋 copy color: '#2BA079'

red 43 ◦ green 160 ◦ blue 121

#2BA079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2BA079

Tints of Jungle Green #2BA079

RGB

 RED value IS 43 (17.19% from 255) = 13.27%

 GREEN value IS 160 (62.89% from 255) = 49.38%

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 13.27%
G = 49.38%
B = 37.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#2BA079 (or 0x2BA079) is known color: Jungle Green. HEX triplet: 2B, A0 and 79. RGB value is (43,160,121). Sum of RGB (Red+Green+Blue) = 43+160+121=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA079 is #D45F86. Grayscale: #787878. Windows color (decimal): -13918087 or 7970859. OLE color: 7970859.

HSL color Cylindrical-coordinate representation of color #2BA079: hue angle of 160º 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 #2BA079 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 160 121 -
CMYK 0.73 0 0.24 0.37
HSL 160º 0.58% 0.4% -
HSV(B) 160º 0.73% 0.63% -
XYZ 17.02 27.04 22.41 -
YUV 120.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 43 160 121 0.73 0 0.24 0.37 160 0.58 0.4
Hex 2B A0 79 49 0 18 25 A0 3A 28
Octal 53 240 171 111 0 30 45 240 72 50
Binary 101011 10100000 1111001 1001001 0 11000 100101 10100000 111010 101000

Color Harmonies of #2BA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA079

Black with #2BA079

Text Example


Text Example

White with #2BA079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BA079;
 }
 .AnyTagClassName
 {
   color: #2BA079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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