Html Css Color HEX #209B5A Eucalyptus

📋 copy color: '#209B5A'

red 32 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #209B5A

Tints of Eucalyptus #209B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.96%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 11.55%
G = 55.96%
B = 32.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#209B5A (or 0x209B5A) is known color: Eucalyptus. HEX triplet: 20, 9B and 5A. RGB value is (32,155,90). Sum of RGB (Red+Green+Blue) = 32+155+90=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #209B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B5A is #DF64A5. Grayscale: #6E6E6E. Windows color (decimal): -14640294 or 5937952. OLE color: 5937952.

HSL color Cylindrical-coordinate representation of color #209B5A: hue angle of 148.29º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B5A is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 155 90 -
CMYK 0.79 0 0.42 0.39
HSL 148.29º 0.66% 0.37% -
HSV(B) 148.29º 0.79% 0.61% -
XYZ 14.16 24.49 13.65 -
YUV 110.81 116.25 71.79 -
System Red Green Blue C M Y K H S L
Decimal 32 155 90 0.79 0 0.42 0.39 148.29 0.66 0.37
Hex 20 9B 5A 4F 0 2A 27 94 42 25
Octal 40 233 132 117 0 52 47 224 102 45
Binary 100000 10011011 1011010 1001111 0 101010 100111 10010100 1000010 100101

Color Harmonies of #209B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209B5A

Black with #209B5A

Text Example


Text Example

White with #209B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,155,90); }

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

background-color css

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

 a { background-color: rgb(32,155,90); }

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

border-color css

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

 span { border-color: rgb(32,155,90); }

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