#209D5F

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

Shades of Eucalyptus #209D5F

Tints of Eucalyptus #209D5F

Color information

#209D5F (or 0x209D5F) is unknown color: approx Eucalyptus. HEX triplet: 20, 9D and 5F. RGB value is (32,157,95). Sum of RGB (Red+Green+Blue) = 32+157+95=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #209D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D5F is #DF62A0. Grayscale: #707070. Windows color (decimal): -14639777 or 6266144. OLE color: 6266144.

HSL color Cylindrical-coordinate representation of color #209D5F: hue angle of 150.24º 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 #209D5F is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB3215795-
CMYK0.8000.390.38
HSL150.24º66.14%37.06%-
HSV(B)150.24º79.62%61.57%-
XYZ14.7225.2514.92-
YUV112.56118.0970.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 157 (61.72% from 255) = 55.28%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=11.27%
G=55.28%
B=33.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32157950.8000.390.38150.2466.1437.06
Hex209D5F5002726964225
Octal402351371200474622610245
Binary10000010011101101111110100000100111100110100101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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