#33A87A

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

Shades of Jungle Green #33A87A

Tints of Jungle Green #33A87A

Color information

#33A87A (or 0x33A87A) is unknown color: approx Jungle Green. HEX triplet: 33, A8 and 7A. RGB value is (51,168,122). Sum of RGB (Red+Green+Blue) = 51+168+122=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #33A87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A87A is #CC5785. Grayscale: #7F7F7F. Windows color (decimal): -13391750 or 8038451. OLE color: 8038451.

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

Color convert

RGB51168122-
CMYK0.7000.270.34
HSL156.41º53.42%42.94%-
HSV(B)156.41º69.64%65.88%-
XYZ18.8830.1123.23-
YUV127.77124.7473.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 168 (66.02% from 255) = 49.27%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=14.96%
G=49.27%
B=35.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511681220.7000.270.34156.4153.4242.94
Hex33A87A4601B229c352b
Octal63250172106033422346553
Binary110011101010001111010100011001101110001010011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,168,122); }

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

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

 a { background-color: rgb(51,168,122); }

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

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

 span { border-color: rgb(51,168,122); }

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