#33A989

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

Shades of Jungle Green #33A989

Tints of Jungle Green #33A989

Color information

#33A989 (or 0x33A989) is unknown color: approx Jungle Green. HEX triplet: 33, A9 and 89. RGB value is (51,169,137). Sum of RGB (Red+Green+Blue) = 51+169+137=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #33A989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A989 is #CC5676. Grayscale: #828282. Windows color (decimal): -13391479 or 9021747. OLE color: 9021747.

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

Color convert

RGB51169137-
CMYK0.7000.190.34
HSL163.73º53.64%43.14%-
HSV(B)163.73º69.82%66.27%-
XYZ20.0730.8928.57-
YUV130.07131.9171.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 169 (66.41% from 255) = 47.34%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=14.29%
G=47.34%
B=38.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal511691370.7000.190.34163.7353.6443.14
Hex33A9894601322a4362b
Octal63251211106023422446653
Binary1100111010100110001001100011001001110001010100100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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