#2B9E81

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

Shades of Jungle Green #2B9E81

Tints of Jungle Green #2B9E81

Color information

#2B9E81 (or 0x2B9E81) is unknown color: approx Jungle Green. HEX triplet: 2B, 9E and 81. RGB value is (43,158,129). Sum of RGB (Red+Green+Blue) = 43+158+129=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9E81 is #D4617E. Grayscale: #787878. Windows color (decimal): -13918591 or 8494635. OLE color: 8494635.

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

Color convert

RGB43158129-
CMYK0.7300.180.38
HSL164.87º57.21%39.41%-
HSV(B)164.87º72.78%61.96%-
XYZ17.1926.5524.99-
YUV120.31132.972.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.03%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=13.03%
G=47.88%
B=39.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal431581290.7300.180.38164.8757.2139.41
Hex2B9E814901226a53927
Octal53236201111022462457147
Binary1010111001111010000001100100101001010011010100101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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