Html Css Color HEX #209F55 Eucalyptus

📋 copy color: '#209F55'

red 32 ◦ green 159 ◦ blue 85

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

Shades of Eucalyptus #209F55

Tints of Eucalyptus #209F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 11.59%
G = 57.61%
B = 30.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#209F55 (or 0x209F55) is known color: Eucalyptus. HEX triplet: 20, 9F and 55. RGB value is (32,159,85). Sum of RGB (Red+Green+Blue) = 32+159+85=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #209F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F55 is #DF60AA. Grayscale: #707070. Windows color (decimal): -14639275 or 5611296. OLE color: 5611296.

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

Color convert

RGB 32 159 85 -
CMYK 0.80 0 0.47 0.38
HSL 145.04º 0.66% 0.37% -
HSV(B) 145.04º 0.8% 0.62% -
XYZ 14.63 25.76 12.8 -
YUV 112.59 112.42 70.52 -
System Red Green Blue C M Y K H S L
Decimal 32 159 85 0.80 0 0.47 0.38 145.04 0.66 0.37
Hex 20 9F 55 50 0 2F 26 91 42 25
Octal 40 237 125 120 0 57 46 221 102 45
Binary 100000 10011111 1010101 1010000 0 101111 100110 10010001 1000010 100101

Color Harmonies of #209F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F55

Black with #209F55

Text Example


Text Example

White with #209F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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