Html Css Color HEX #209F5F Eucalyptus

📋 copy color: '#209F5F'

red 32 ◦ green 159 ◦ blue 95

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

Shades of Eucalyptus #209F5F

Tints of Eucalyptus #209F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 11.19%
G = 55.59%
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

#209F5F (or 0x209F5F) is known color: Eucalyptus. HEX triplet: 20, 9F and 5F. RGB value is (32,159,95). Sum of RGB (Red+Green+Blue) = 32+159+95=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #209F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F5F is #DF60A0. Grayscale: #717171. Windows color (decimal): -14639265 or 6266656. OLE color: 6266656.

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

Color convert

RGB 32 159 95 -
CMYK 0.80 0 0.40 0.38
HSL 149.76º 0.66% 0.37% -
HSV(B) 149.76º 0.8% 0.62% -
XYZ 15.06 25.93 15.04 -
YUV 113.73 117.42 69.7 -
System Red Green Blue C M Y K H S L
Decimal 32 159 95 0.80 0 0.40 0.38 149.76 0.66 0.37
Hex 20 9F 5F 50 0 28 26 96 42 25
Octal 40 237 137 120 0 50 46 226 102 45
Binary 100000 10011111 1011111 1010000 0 101000 100110 10010110 1000010 100101

Color Harmonies of #209F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F5F

Black with #209F5F

Text Example


Text Example

White with #209F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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