#33B48B

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

Shades of Jungle Green #33B48B

Tints of Jungle Green #33B48B

Color information

#33B48B (or 0x33B48B) is unknown color: approx Jungle Green. HEX triplet: 33, B4 and 8B. RGB value is (51,180,139). Sum of RGB (Red+Green+Blue) = 51+180+139=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #33B48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B48B is #CC4B74. Grayscale: #888888. Windows color (decimal): -13388661 or 9155635. OLE color: 9155635.

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

Color convert

RGB51180139-
CMYK0.7200.230.29
HSL160.93º55.84%45.29%-
HSV(B)160.93º71.67%70.59%-
XYZ22.3535.2130.04-
YUV136.76129.2666.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.78%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=13.78%
G=48.65%
B=37.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511801390.7200.230.29160.9355.8445.29
Hex33B48B480171Da1382d
Octal63264213110027352417055
Binary110011101101001000101110010000101111110110100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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