Html Css Color HEX #20985D Eucalyptus

📋 copy color: '#20985D'

red 32 ◦ green 152 ◦ blue 93

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

Shades of Eucalyptus #20985D

Tints of Eucalyptus #20985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.87%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 11.55%
G = 54.87%
B = 33.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#20985D (or 0x20985D) is known color: Eucalyptus. HEX triplet: 20, 98 and 5D. RGB value is (32,152,93). Sum of RGB (Red+Green+Blue) = 32+152+93=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #20985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20985D is #DF67A2. Grayscale: #6D6D6D. Windows color (decimal): -14641059 or 6133792. OLE color: 6133792.

HSL color Cylindrical-coordinate representation of color #20985D: hue angle of 150.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20985D is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 93 -
CMYK 0.79 0 0.39 0.40
HSL 150.5º 0.65% 0.36% -
HSV(B) 150.5º 0.79% 0.6% -
XYZ 13.8 23.55 14.17 -
YUV 109.39 118.74 72.8 -
System Red Green Blue C M Y K H S L
Decimal 32 152 93 0.79 0 0.39 0.40 150.5 0.65 0.36
Hex 20 98 5D 4F 0 27 28 96 41 24
Octal 40 230 135 117 0 47 50 226 101 44
Binary 100000 10011000 1011101 1001111 0 100111 101000 10010110 1000001 100100

Color Harmonies of #20985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20985D

Black with #20985D

Text Example


Text Example

White with #20985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20985D; }

 p { color: rgb(32,152,93); }

 H1.HeaderClassName
 {
   color: #20985D;
 }
 .AnyTagClassName
 {
   color: #20985D;
 }
</style>

background-color css

<style>
 a { background-color: #20985D; }

 a { background-color: rgb(32,152,93); }

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

border-color css

<style>
 span { border-color: #20985D; }

 span { border-color: rgb(32,152,93); }

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