#33AA7F

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

Shades of Jungle Green #33AA7F

Tints of Jungle Green #33AA7F

Color information

#33AA7F (or 0x33AA7F) is unknown color: approx Jungle Green. HEX triplet: 33, AA and 7F. RGB value is (51,170,127). Sum of RGB (Red+Green+Blue) = 51+170+127=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AA7F is #CC5580. Grayscale: #818181. Windows color (decimal): -13391233 or 8366643. OLE color: 8366643.

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

Color convert

RGB51170127-
CMYK0.700.250.33
HSL158.32º53.85%43.33%-
HSV(B)158.32º70%66.67%-
XYZ19.5730.9925.03-
YUV129.52126.5872-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 127 (50% from 255) = 36.49%
R=14.66%
G=48.85%
B=36.49%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511701270.700.250.33158.3253.8543.33
Hex33AA7F46019219e362b
Octal63252177106031412366653
Binary110011101010101111111100011001100110000110011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,170,127); }

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

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

 a { background-color: rgb(51,170,127); }

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

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

 span { border-color: rgb(51,170,127); }

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