Html Css Color HEX #20895F Elf Green

📋 copy color: '#20895F'

red 32 ◦ green 137 ◦ blue 95

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

Shades of Elf Green #20895F

Tints of Elf Green #20895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 51.89%

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

R = 12.12%
G = 51.89%
B = 35.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#20895F (or 0x20895F) is known color: Elf Green. HEX triplet: 20, 89 and 5F. RGB value is (32,137,95). Sum of RGB (Red+Green+Blue) = 32+137+95=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #20895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20895F is #DF76A0. Grayscale: #646464. Windows color (decimal): -14644897 or 6261024. OLE color: 6261024.

HSL color Cylindrical-coordinate representation of color #20895F: hue angle of 156º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20895F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 95 -
CMYK 0.77 0 0.31 0.46
HSL 156º 0.62% 0.33% -
HSV(B) 156º 0.77% 0.54% -
XYZ 11.61 19.02 13.89 -
YUV 100.82 124.71 78.92 -
System Red Green Blue C M Y K H S L
Decimal 32 137 95 0.77 0 0.31 0.46 156 0.62 0.33
Hex 20 89 5F 4D 0 1F 2E 9C 3E 21
Octal 40 211 137 115 0 37 56 234 76 41
Binary 100000 10001001 1011111 1001101 0 11111 101110 10011100 111110 100001

Color Harmonies of #20895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20895F

Black with #20895F

Text Example


Text Example

White with #20895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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