Html Css Color HEX #2BA180 Jungle Green

📋 copy color: '#2BA180'

red 43 ◦ green 161 ◦ blue 128

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

Shades of Jungle Green #2BA180

Tints of Jungle Green #2BA180

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.49%

 BLUE value IS 128 (50.39% from 255) = 38.55%

R = 12.95%
G = 48.49%
B = 38.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#2BA180 (or 0x2BA180) is known color: Jungle Green. HEX triplet: 2B, A1 and 80. RGB value is (43,161,128). Sum of RGB (Red+Green+Blue) = 43+161+128=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA180 is #D45E7F. Grayscale: #797979. Windows color (decimal): -13917824 or 8429867. OLE color: 8429867.

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

Color convert

RGB 43 161 128 -
CMYK 0.73 0 0.20 0.37
HSL 163.22º 0.58% 0.4% -
HSV(B) 163.22º 0.73% 0.63% -
XYZ 17.64 27.56 24.81 -
YUV 121.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 43 161 128 0.73 0 0.20 0.37 163.22 0.58 0.4
Hex 2B A1 80 49 0 14 25 A3 3A 28
Octal 53 241 200 111 0 24 45 243 72 50
Binary 101011 10100001 10000000 1001001 0 10100 100101 10100011 111010 101000

Color Harmonies of #2BA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA180

Black with #2BA180

Text Example


Text Example

White with #2BA180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,161,128); }

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

background-color css

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

 a { background-color: rgb(43,161,128); }

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

border-color css

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

 span { border-color: rgb(43,161,128); }

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