#33A97F

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

Shades of Jungle Green #33A97F

Tints of Jungle Green #33A97F

Color information

#33A97F (or 0x33A97F) is unknown color: approx Jungle Green. HEX triplet: 33, A9 and 7F. RGB value is (51,169,127). Sum of RGB (Red+Green+Blue) = 51+169+127=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #33A97F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A97F is #CC5680. Grayscale: #808080. Windows color (decimal): -13391489 or 8366387. OLE color: 8366387.

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

Color convert

RGB51169127-
CMYK0.7000.250.34
HSL158.64º53.64%43.14%-
HSV(B)158.64º69.82%66.27%-
XYZ19.3830.6124.97-
YUV128.93126.9172.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.70%
GREEN value IS 169 (66.41% from 255) = 48.70%
BLUE value IS 127 (50% from 255) = 36.60%
R=14.70%
G=48.70%
B=36.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511691270.7000.250.34158.6453.6443.14
Hex33A97F46019229f362b
Octal63251177106031422376653
Binary110011101010011111111100011001100110001010011111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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