Html Css Color HEX #20866D Elf Green

📋 copy color: '#20866D'

red 32 ◦ green 134 ◦ blue 109

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

Shades of Elf Green #20866D

Tints of Elf Green #20866D

RGB

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

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

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

R = 11.64%
G = 48.73%
B = 39.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#20866D (or 0x20866D) is known color: Elf Green. HEX triplet: 20, 86 and 6D. RGB value is (32,134,109). Sum of RGB (Red+Green+Blue) = 32+134+109=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #20866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866D is #DF7992. Grayscale: #646464. Windows color (decimal): -14645651 or 7177760. OLE color: 7177760.

HSL color Cylindrical-coordinate representation of color #20866D: hue angle of 165.29º 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 #20866D is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 134 109 -
CMYK 0.76 0 0.19 0.47
HSL 165.29º 0.61% 0.33% -
HSV(B) 165.29º 0.76% 0.53% -
XYZ 11.88 18.46 17.41 -
YUV 100.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 32 134 109 0.76 0 0.19 0.47 165.29 0.61 0.33
Hex 20 86 6D 4C 0 13 2F A5 3D 21
Octal 40 206 155 114 0 23 57 245 75 41
Binary 100000 10000110 1101101 1001100 0 10011 101111 10100101 111101 100001

Color Harmonies of #20866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20866D

Black with #20866D

Text Example


Text Example

White with #20866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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