#33B992

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

Shades of Jungle Green #33B992

Tints of Jungle Green #33B992

Color information

#33B992 (or 0x33B992) is unknown color: approx Jungle Green. HEX triplet: 33, B9 and 92. RGB value is (51,185,146). Sum of RGB (Red+Green+Blue) = 51+185+146=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #33B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B992 is #CC466D. Grayscale: #8C8C8C. Windows color (decimal): -13387374 or 9615667. OLE color: 9615667.

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

Color convert

RGB51185146-
CMYK0.7200.210.27
HSL162.54º56.78%46.27%-
HSV(B)162.54º72.43%72.55%-
XYZ23.937.4833.17-
YUV140.49131.1164.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 185 (72.66% from 255) = 48.43%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=13.35%
G=48.43%
B=38.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511851460.7200.210.27162.5456.7846.27
Hex33B992480151Ba3392e
Octal63271222110025332437156
Binary110011101110011001001010010000101011101110100011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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