Html Css Color HEX #209D5E Eucalyptus

📋 copy color: '#209D5E'

red 32 ◦ green 157 ◦ blue 94

#209D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #209D5E

Tints of Eucalyptus #209D5E

RGB

 RED value IS 32 (12.89% from 255) = 11.31%

 GREEN value IS 157 (61.72% from 255) = 55.48%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 11.31%
G = 55.48%
B = 33.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#209D5E (or 0x209D5E) is known color: Eucalyptus. HEX triplet: 20, 9D and 5E. RGB value is (32,157,94). Sum of RGB (Red+Green+Blue) = 32+157+94=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #209D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D5E is #DF62A1. Grayscale: #707070. Windows color (decimal): -14639778 or 6200608. OLE color: 6200608.

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

Color convert

RGB 32 157 94 -
CMYK 0.80 0 0.40 0.38
HSL 149.76º 0.66% 0.37% -
HSV(B) 149.76º 0.8% 0.62% -
XYZ 14.67 25.23 14.69 -
YUV 112.44 117.59 70.62 -
System Red Green Blue C M Y K H S L
Decimal 32 157 94 0.80 0 0.40 0.38 149.76 0.66 0.37
Hex 20 9D 5E 50 0 28 26 96 42 25
Octal 40 235 136 120 0 50 46 226 102 45
Binary 100000 10011101 1011110 1010000 0 101000 100110 10010110 1000010 100101

Color Harmonies of #209D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209D5E

Black with #209D5E

Text Example


Text Example

White with #209D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #209D5E;
 }
 .AnyTagClassName
 {
   color: #209D5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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