#33B48C

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

Shades of Jungle Green #33B48C

Tints of Jungle Green #33B48C

Color information

#33B48C (or 0x33B48C) is unknown color: approx Jungle Green. HEX triplet: 33, B4 and 8C. RGB value is (51,180,140). Sum of RGB (Red+Green+Blue) = 51+180+140=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #33B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B48C is #CC4B73. Grayscale: #888888. Windows color (decimal): -13388660 or 9221171. OLE color: 9221171.

HSL color Cylindrical-coordinate representation of color #33B48C: hue angle of 161.4º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B48C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB51180140-
CMYK0.7200.220.29
HSL161.4º55.84%45.29%-
HSV(B)161.4º71.67%70.59%-
XYZ22.4235.2430.43-
YUV136.87129.7666.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=13.75%
G=48.52%
B=37.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511801400.7200.220.29161.455.8445.29
Hex33B48C480161Da1382d
Octal63264214110026352417055
Binary110011101101001000110010010000101101110110100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B48C; }

 p { color: rgb(51,180,140); }

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

<style>
 a { background-color: #33B48C; }

 a { background-color: rgb(51,180,140); }

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

<style>
 span { border-color: #33B48C; }

 span { border-color: rgb(51,180,140); }

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