Html Css Color HEX #20826C Elf Green

📋 copy color: '#20826C'

red 32 ◦ green 130 ◦ blue 108

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

Shades of Elf Green #20826C

Tints of Elf Green #20826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

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

R = 11.85%
G = 48.15%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#20826C (or 0x20826C) is known color: Elf Green. HEX triplet: 20, 82 and 6C. RGB value is (32,130,108). Sum of RGB (Red+Green+Blue) = 32+130+108=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #20826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20826C is #DF7D93. Grayscale: #626262. Windows color (decimal): -14646676 or 7111200. OLE color: 7111200.

HSL color Cylindrical-coordinate representation of color #20826C: hue angle of 166.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20826C is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 108 -
CMYK 0.75 0 0.17 0.49
HSL 166.53º 0.6% 0.32% -
HSV(B) 166.53º 0.75% 0.51% -
XYZ 11.29 17.36 16.94 -
YUV 98.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 32 130 108 0.75 0 0.17 0.49 166.53 0.6 0.32
Hex 20 82 6C 4B 0 11 31 A7 3C 20
Octal 40 202 154 113 0 21 61 247 74 40
Binary 100000 10000010 1101100 1001011 0 10001 110001 10100111 111100 100000

Color Harmonies of #20826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20826C

Black with #20826C

Text Example


Text Example

White with #20826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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