#209D5B

Color #209D5B Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #209D5B

Tints of Eucalyptus #209D5B

Color information

#209D5B (or 0x209D5B) is unknown color: approx Eucalyptus. HEX triplet: 20, 9D and 5B. RGB value is (32,157,91). Sum of RGB (Red+Green+Blue) = 32+157+91=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #209D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D5B is #DF62A4. Grayscale: #707070. Windows color (decimal): -14639781 or 6004000. OLE color: 6004000.

HSL color Cylindrical-coordinate representation of color #209D5B: hue angle of 148.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D5B is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB3215791-
CMYK0.8000.420.38
HSL148.32º66.14%37.06%-
HSV(B)148.32º79.62%61.57%-
XYZ14.5425.1813.99-
YUV112.1116.0970.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.43%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=11.43%
G=56.07%
B=32.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32157910.8000.420.38148.3266.1437.06
Hex209D5B5002A26944225
Octal402351331200524622410245
Binary10000010011101101101110100000101010100110100101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209D5B; }

 p { color: rgb(32,157,91); }

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

<style>
 a { background-color: #209D5B; }

 a { background-color: rgb(32,157,91); }

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

<style>
 span { border-color: #209D5B; }

 span { border-color: rgb(32,157,91); }

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