#3BB28B

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

Shades of Jungle Green #3BB28B

Tints of Jungle Green #3BB28B

Color information

#3BB28B (or 0x3BB28B) is unknown color: approx Jungle Green. HEX triplet: 3B, B2 and 8B. RGB value is (59,178,139). Sum of RGB (Red+Green+Blue) = 59+178+139=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #3BB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB28B is #C44D74. Grayscale: #8A8A8A. Windows color (decimal): -12864885 or 9155131. OLE color: 9155131.

HSL color Cylindrical-coordinate representation of color #3BB28B: hue angle of 160.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB28B is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB59178139-
CMYK0.6700.220.30
HSL160.34º50.21%46.47%-
HSV(B)160.34º66.85%69.8%-
XYZ22.3834.6329.93-
YUV137.97128.5871.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=15.69%
G=47.34%
B=36.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal591781390.6700.220.30160.3450.2146.47
Hex3BB28B430161Ea0322e
Octal73262213103026362406256
Binary111011101100101000101110000110101101111010100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BB28B; }

 p { color: rgb(59,178,139); }

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

<style>
 a { background-color: #3BB28B; }

 a { background-color: rgb(59,178,139); }

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

<style>
 span { border-color: #3BB28B; }

 span { border-color: rgb(59,178,139); }

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