Html Css Color HEX #20896D Elf Green

📋 copy color: '#20896D'

red 32 ◦ green 137 ◦ blue 109

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

Shades of Elf Green #20896D

Tints of Elf Green #20896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 11.51%
G = 49.28%
B = 39.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#20896D (or 0x20896D) is known color: Elf Green. HEX triplet: 20, 89 and 6D. RGB value is (32,137,109). Sum of RGB (Red+Green+Blue) = 32+137+109=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #20896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20896D is #DF7692. Grayscale: #666666. Windows color (decimal): -14644883 or 7178528. OLE color: 7178528.

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

Color convert

RGB 32 137 109 -
CMYK 0.77 0 0.20 0.46
HSL 164º 0.62% 0.33% -
HSV(B) 164º 0.77% 0.54% -
XYZ 12.3 19.3 17.55 -
YUV 102.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 32 137 109 0.77 0 0.20 0.46 164 0.62 0.33
Hex 20 89 6D 4D 0 14 2E A4 3E 21
Octal 40 211 155 115 0 24 56 244 76 41
Binary 100000 10001001 1101101 1001101 0 10100 101110 10100100 111110 100001

Color Harmonies of #20896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20896D

Black with #20896D

Text Example


Text Example

White with #20896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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