#2BB68F

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

Shades of Jungle Green #2BB68F

Tints of Jungle Green #2BB68F

Color information

#2BB68F (or 0x2BB68F) is unknown color: approx Jungle Green. HEX triplet: 2B, B6 and 8F. RGB value is (43,182,143). Sum of RGB (Red+Green+Blue) = 43+182+143=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB68F is #D44970. Grayscale: #888888. Windows color (decimal): -13912433 or 9418283. OLE color: 9418283.

HSL color Cylindrical-coordinate representation of color #2BB68F: hue angle of 163.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB68F is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB43182143-
CMYK0.7600.210.29
HSL163.17º61.78%44.12%-
HSV(B)163.17º76.37%71.37%-
XYZ22.6835.9531.73-
YUV135.99131.9561.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.68%
GREEN value IS 182 (71.48% from 255) = 49.46%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=11.68%
G=49.46%
B=38.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal431821430.7600.210.29163.1761.7844.12
Hex2BB68F4C0151Da33e2c
Octal53266217114025352437654
Binary101011101101101000111110011000101011110110100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,182,143); }

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

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

 a { background-color: rgb(43,182,143); }

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

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

 span { border-color: rgb(43,182,143); }

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