Html Css Color HEX #209F5E Eucalyptus

📋 copy color: '#209F5E'

red 32 ◦ green 159 ◦ blue 94

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

Shades of Eucalyptus #209F5E

Tints of Eucalyptus #209F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.79%

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

R = 11.23%
G = 55.79%
B = 32.98%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#209F5E (or 0x209F5E) is known color: Eucalyptus. HEX triplet: 20, 9F and 5E. RGB value is (32,159,94). Sum of RGB (Red+Green+Blue) = 32+159+94=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #209F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F5E is #DF60A1. Grayscale: #717171. Windows color (decimal): -14639266 or 6201120. OLE color: 6201120.

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

Color convert

RGB 32 159 94 -
CMYK 0.80 0 0.41 0.38
HSL 149.29º 0.66% 0.37% -
HSV(B) 149.29º 0.8% 0.62% -
XYZ 15.01 25.91 14.8 -
YUV 113.62 116.92 69.79 -
System Red Green Blue C M Y K H S L
Decimal 32 159 94 0.80 0 0.41 0.38 149.29 0.66 0.37
Hex 20 9F 5E 50 0 29 26 95 42 25
Octal 40 237 136 120 0 51 46 225 102 45
Binary 100000 10011111 1011110 1010000 0 101001 100110 10010101 1000010 100101

Color Harmonies of #209F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F5E

Black with #209F5E

Text Example


Text Example

White with #209F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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