#33B985

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

Shades of Jungle Green #33B985

Tints of Jungle Green #33B985

Color information

#33B985 (or 0x33B985) is unknown color: approx Jungle Green. HEX triplet: 33, B9 and 85. RGB value is (51,185,133). Sum of RGB (Red+Green+Blue) = 51+185+133=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #33B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B985 is #CC467A. Grayscale: #8B8B8B. Windows color (decimal): -13387387 or 8763699. OLE color: 8763699.

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

Color convert

RGB51185133-
CMYK0.7200.280.27
HSL156.72º56.78%46.27%-
HSV(B)156.72º72.43%72.55%-
XYZ22.9537.128.14-
YUV139.01124.6165.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=13.82%
G=50.14%
B=36.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851330.7200.280.27156.7256.7846.27
Hex33B9854801C1B9d392e
Octal63271205110034332357156
Binary110011101110011000010110010000111001101110011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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