Html Css Color HEX #20896C Elf Green

📋 copy color: '#20896C'

red 32 ◦ green 137 ◦ blue 108

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

Shades of Elf Green #20896C

Tints of Elf Green #20896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 11.55%
G = 49.46%
B = 38.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#20896C (or 0x20896C) is known color: Elf Green. HEX triplet: 20, 89 and 6C. RGB value is (32,137,108). Sum of RGB (Red+Green+Blue) = 32+137+108=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #20896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20896C is #DF7693. Grayscale: #666666. Windows color (decimal): -14644884 or 7112992. OLE color: 7112992.

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

Color convert

RGB 32 137 108 -
CMYK 0.77 0 0.21 0.46
HSL 163.43º 0.62% 0.33% -
HSV(B) 163.43º 0.77% 0.54% -
XYZ 12.25 19.28 17.26 -
YUV 102.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 32 137 108 0.77 0 0.21 0.46 163.43 0.62 0.33
Hex 20 89 6C 4D 0 15 2E A3 3E 21
Octal 40 211 154 115 0 25 56 243 76 41
Binary 100000 10001001 1101100 1001101 0 10101 101110 10100011 111110 100001

Color Harmonies of #20896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20896C

Black with #20896C

Text Example


Text Example

White with #20896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20896C; }

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

 H1.HeaderClassName
 {
   color: #20896C;
 }
 .AnyTagClassName
 {
   color: #20896C;
 }
</style>

background-color css

<style>
 a { background-color: #20896C; }

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

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

border-color css

<style>
 span { border-color: #20896C; }

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

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