Html Css Color HEX #20985F Eucalyptus

📋 copy color: '#20985F'

red 32 ◦ green 152 ◦ blue 95

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

Shades of Eucalyptus #20985F

Tints of Eucalyptus #20985F

RGB

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

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

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

R = 11.47%
G = 54.48%
B = 34.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#20985F (or 0x20985F) is known color: Eucalyptus. HEX triplet: 20, 98 and 5F. RGB value is (32,152,95). Sum of RGB (Red+Green+Blue) = 32+152+95=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #20985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20985F is #DF67A0. Grayscale: #6D6D6D. Windows color (decimal): -14641057 or 6264864. OLE color: 6264864.

HSL color Cylindrical-coordinate representation of color #20985F: hue angle of 151.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 #20985F is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 152 95 -
CMYK 0.79 0 0.38 0.40
HSL 151.5º 0.65% 0.36% -
HSV(B) 151.5º 0.79% 0.6% -
XYZ 13.89 23.59 14.65 -
YUV 109.62 119.74 72.63 -
System Red Green Blue C M Y K H S L
Decimal 32 152 95 0.79 0 0.38 0.40 151.5 0.65 0.36
Hex 20 98 5F 4F 0 26 28 98 41 24
Octal 40 230 137 117 0 46 50 230 101 44
Binary 100000 10011000 1011111 1001111 0 100110 101000 10011000 1000001 100100

Color Harmonies of #20985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20985F

Black with #20985F

Text Example


Text Example

White with #20985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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