#33B48E

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

Shades of Jungle Green #33B48E

Tints of Jungle Green #33B48E

Color information

#33B48E (or 0x33B48E) is unknown color: approx Jungle Green. HEX triplet: 33, B4 and 8E. RGB value is (51,180,142). Sum of RGB (Red+Green+Blue) = 51+180+142=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #33B48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B48E is #CC4B71. Grayscale: #898989. Windows color (decimal): -13388658 or 9352243. OLE color: 9352243.

HSL color Cylindrical-coordinate representation of color #33B48E: hue angle of 162.33º 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 #33B48E is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB51180142-
CMYK0.7200.210.29
HSL162.33º55.84%45.29%-
HSV(B)162.33º71.67%70.59%-
XYZ22.5735.331.22-
YUV137.1130.7666.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=13.67%
G=48.26%
B=38.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511801420.7200.210.29162.3355.8445.29
Hex33B48E480151Da2382d
Octal63264216110025352427055
Binary110011101101001000111010010000101011110110100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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