#33AB7D

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

Shades of Jungle Green #33AB7D

Tints of Jungle Green #33AB7D

Color information

#33AB7D (or 0x33AB7D) is unknown color: approx Jungle Green. HEX triplet: 33, AB and 7D. RGB value is (51,171,125). Sum of RGB (Red+Green+Blue) = 51+171+125=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AB7D is #CC5482. Grayscale: #818181. Windows color (decimal): -13390979 or 8235827. OLE color: 8235827.

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

Color convert

RGB51171125-
CMYK0.7000.270.33
HSL157º54.05%43.53%-
HSV(B)157º70.18%67.06%-
XYZ19.6331.3124.41-
YUV129.88125.2471.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.70%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=14.70%
G=49.28%
B=36.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511711250.7000.270.3315754.0543.53
Hex33AB7D4601B219d362c
Octal63253175106033412356654
Binary110011101010111111101100011001101110000110011101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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