Html Css Color HEX #209F53 Eucalyptus

📋 copy color: '#209F53'

red 32 ◦ green 159 ◦ blue 83

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

Shades of Eucalyptus #209F53

Tints of Eucalyptus #209F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.29%

R = 11.68%
G = 58.03%
B = 30.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#209F53 (or 0x209F53) is known color: Eucalyptus. HEX triplet: 20, 9F and 53. RGB value is (32,159,83). Sum of RGB (Red+Green+Blue) = 32+159+83=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #209F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F53 is #DF60AC. Grayscale: #707070. Windows color (decimal): -14639277 or 5480224. OLE color: 5480224.

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

Color convert

RGB 32 159 83 -
CMYK 0.80 0 0.48 0.38
HSL 144.09º 0.66% 0.37% -
HSV(B) 144.09º 0.8% 0.62% -
XYZ 14.56 25.73 12.38 -
YUV 112.36 111.42 70.68 -
System Red Green Blue C M Y K H S L
Decimal 32 159 83 0.80 0 0.48 0.38 144.09 0.66 0.37
Hex 20 9F 53 50 0 30 26 90 42 25
Octal 40 237 123 120 0 60 46 220 102 45
Binary 100000 10011111 1010011 1010000 0 110000 100110 10010000 1000010 100101

Color Harmonies of #209F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F53

Black with #209F53

Text Example


Text Example

White with #209F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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