Html Css Color HEX #20866B Elf Green

📋 copy color: '#20866B'

red 32 ◦ green 134 ◦ blue 107

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

Shades of Elf Green #20866B

Tints of Elf Green #20866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 11.72%
G = 49.08%
B = 39.19%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#20866B (or 0x20866B) is known color: Elf Green. HEX triplet: 20, 86 and 6B. RGB value is (32,134,107). Sum of RGB (Red+Green+Blue) = 32+134+107=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #20866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20866B is #DF7994. Grayscale: #646464. Windows color (decimal): -14645653 or 7046688. OLE color: 7046688.

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

Color convert

RGB 32 134 107 -
CMYK 0.76 0 0.20 0.47
HSL 164.12º 0.61% 0.33% -
HSV(B) 164.12º 0.76% 0.53% -
XYZ 11.77 18.42 16.84 -
YUV 100.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 32 134 107 0.76 0 0.20 0.47 164.12 0.61 0.33
Hex 20 86 6B 4C 0 14 2F A4 3D 21
Octal 40 206 153 114 0 24 57 244 75 41
Binary 100000 10000110 1101011 1001100 0 10100 101111 10100100 111101 100001

Color Harmonies of #20866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20866B

Black with #20866B

Text Example


Text Example

White with #20866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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