Html Css Color HEX #2BA081 Jungle Green

📋 copy color: '#2BA081'

red 43 ◦ green 160 ◦ blue 129

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

Shades of Jungle Green #2BA081

Tints of Jungle Green #2BA081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 12.95%
G = 48.19%
B = 38.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#2BA081 (or 0x2BA081) is known color: Jungle Green. HEX triplet: 2B, A0 and 81. RGB value is (43,160,129). Sum of RGB (Red+Green+Blue) = 43+160+129=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA081 is #D45F7E. Grayscale: #797979. Windows color (decimal): -13918079 or 8495147. OLE color: 8495147.

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

Color convert

RGB 43 160 129 -
CMYK 0.73 0 0.19 0.37
HSL 164.1º 0.58% 0.4% -
HSV(B) 164.1º 0.73% 0.63% -
XYZ 17.53 27.24 25.1 -
YUV 121.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 43 160 129 0.73 0 0.19 0.37 164.1 0.58 0.4
Hex 2B A0 81 49 0 13 25 A4 3A 28
Octal 53 240 201 111 0 23 45 244 72 50
Binary 101011 10100000 10000001 1001001 0 10011 100101 10100100 111010 101000

Color Harmonies of #2BA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA081

Black with #2BA081

Text Example


Text Example

White with #2BA081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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