#33B885

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

Shades of Jungle Green #33B885

Tints of Jungle Green #33B885

Color information

#33B885 (or 0x33B885) is unknown color: approx Jungle Green. HEX triplet: 33, B8 and 85. RGB value is (51,184,133). Sum of RGB (Red+Green+Blue) = 51+184+133=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #33B885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B885 is #CC477A. Grayscale: #8A8A8A. Windows color (decimal): -13387643 or 8763443. OLE color: 8763443.

HSL color Cylindrical-coordinate representation of color #33B885: hue angle of 156.99º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B885 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB51184133-
CMYK0.7200.280.28
HSL156.99º56.6%46.08%-
HSV(B)156.99º72.28%72.16%-
XYZ22.7436.6828.07-
YUV138.42124.9465.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 184 (72.27% from 255) = 50%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=13.86%
G=50%
B=36.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal511841330.7200.280.28156.9956.646.08
Hex33B8854801C1C9d392e
Octal63270205110034342357156
Binary110011101110001000010110010000111001110010011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,184,133); }

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

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

 a { background-color: rgb(51,184,133); }

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

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

 span { border-color: rgb(51,184,133); }

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