Html Css Color HEX #2B9E80 Jungle Green

📋 copy color: '#2B9E80'

red 43 ◦ green 158 ◦ blue 128

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

Shades of Jungle Green #2B9E80

Tints of Jungle Green #2B9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.02%

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

R = 13.07%
G = 48.02%
B = 38.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#2B9E80 (or 0x2B9E80) is known color: Jungle Green. HEX triplet: 2B, 9E and 80. RGB value is (43,158,128). Sum of RGB (Red+Green+Blue) = 43+158+128=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E80 is #D4617F. Grayscale: #787878. Windows color (decimal): -13918592 or 8429099. OLE color: 8429099.

HSL color Cylindrical-coordinate representation of color #2B9E80: hue angle of 164.35º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E80 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 158 128 -
CMYK 0.73 0 0.19 0.38
HSL 164.35º 0.57% 0.39% -
HSV(B) 164.35º 0.73% 0.62% -
XYZ 17.12 26.53 24.64 -
YUV 120.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 43 158 128 0.73 0 0.19 0.38 164.35 0.57 0.39
Hex 2B 9E 80 49 0 13 26 A4 39 27
Octal 53 236 200 111 0 23 46 244 71 47
Binary 101011 10011110 10000000 1001001 0 10011 100110 10100100 111001 100111

Color Harmonies of #2B9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9E80

Black with #2B9E80

Text Example


Text Example

White with #2B9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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