Html Css Color HEX #20866E Elf Green

📋 copy color: '#20866E'

red 32 ◦ green 134 ◦ blue 110

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

Shades of Elf Green #20866E

Tints of Elf Green #20866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.55%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 11.59%
G = 48.55%
B = 39.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#20866E (or 0x20866E) is known color: Elf Green. HEX triplet: 20, 86 and 6E. RGB value is (32,134,110). Sum of RGB (Red+Green+Blue) = 32+134+110=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #20866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866E is #DF7991. Grayscale: #646464. Windows color (decimal): -14645650 or 7243296. OLE color: 7243296.

HSL color Cylindrical-coordinate representation of color #20866E: hue angle of 165.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20866E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 134 110 -
CMYK 0.76 0 0.18 0.47
HSL 165.88º 0.61% 0.33% -
HSV(B) 165.88º 0.76% 0.53% -
XYZ 11.94 18.48 17.69 -
YUV 100.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 32 134 110 0.76 0 0.18 0.47 165.88 0.61 0.33
Hex 20 86 6E 4C 0 12 2F A6 3D 21
Octal 40 206 156 114 0 22 57 246 75 41
Binary 100000 10000110 1101110 1001100 0 10010 101111 10100110 111101 100001

Color Harmonies of #20866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20866E

Black with #20866E

Text Example


Text Example

White with #20866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20866E; }

 p { color: rgb(32,134,110); }

 H1.HeaderClassName
 {
   color: #20866E;
 }
 .AnyTagClassName
 {
   color: #20866E;
 }
</style>

background-color css

<style>
 a { background-color: #20866E; }

 a { background-color: rgb(32,134,110); }

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

border-color css

<style>
 span { border-color: #20866E; }

 span { border-color: rgb(32,134,110); }

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