#33AB82

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

Shades of Jungle Green #33AB82

Tints of Jungle Green #33AB82

Color information

#33AB82 (or 0x33AB82) is unknown color: approx Jungle Green. HEX triplet: 33, AB and 82. RGB value is (51,171,130). Sum of RGB (Red+Green+Blue) = 51+171+130=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AB82 is #CC547D. Grayscale: #828282. Windows color (decimal): -13390974 or 8563507. OLE color: 8563507.

HSL color Cylindrical-coordinate representation of color #33AB82: hue angle of 159.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB82 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB51171130-
CMYK0.7000.240.33
HSL159.5º54.05%43.53%-
HSV(B)159.5º70.18%67.06%-
XYZ19.9631.4426.14-
YUV130.45127.7471.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=14.49%
G=48.58%
B=36.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711300.7000.240.33159.554.0543.53
Hex33AB824601821a0362c
Octal63253202106030412406654
Binary1100111010101110000010100011001100010000110100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,171,130); }

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

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

 a { background-color: rgb(51,171,130); }

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

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

 span { border-color: rgb(51,171,130); }

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