Html Css Color HEX #20895D Elf Green

📋 copy color: '#20895D'

red 32 ◦ green 137 ◦ blue 93

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

Shades of Elf Green #20895D

Tints of Elf Green #20895D

RGB

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

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

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

R = 12.21%
G = 52.29%
B = 35.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#20895D (or 0x20895D) is known color: Elf Green. HEX triplet: 20, 89 and 5D. RGB value is (32,137,93). Sum of RGB (Red+Green+Blue) = 32+137+93=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #20895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20895D is #DF76A2. Grayscale: #646464. Windows color (decimal): -14644899 or 6129952. OLE color: 6129952.

HSL color Cylindrical-coordinate representation of color #20895D: hue angle of 154.86º 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 #20895D is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 93 -
CMYK 0.77 0 0.32 0.46
HSL 154.86º 0.62% 0.33% -
HSV(B) 154.86º 0.77% 0.54% -
XYZ 11.52 18.99 13.41 -
YUV 100.59 123.71 79.08 -
System Red Green Blue C M Y K H S L
Decimal 32 137 93 0.77 0 0.32 0.46 154.86 0.62 0.33
Hex 20 89 5D 4D 0 20 2E 9B 3E 21
Octal 40 211 135 115 0 40 56 233 76 41
Binary 100000 10001001 1011101 1001101 0 100000 101110 10011011 111110 100001

Color Harmonies of #20895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20895D

Black with #20895D

Text Example


Text Example

White with #20895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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