Html Css Color HEX #20846D Elf Green

📋 copy color: '#20846D'

red 32 ◦ green 132 ◦ blue 109

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

Shades of Elf Green #20846D

Tints of Elf Green #20846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

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

R = 11.72%
G = 48.35%
B = 39.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#20846D (or 0x20846D) is known color: Elf Green. HEX triplet: 20, 84 and 6D. RGB value is (32,132,109). Sum of RGB (Red+Green+Blue) = 32+132+109=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #20846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20846D is #DF7B92. Grayscale: #636363. Windows color (decimal): -14646163 or 7177248. OLE color: 7177248.

HSL color Cylindrical-coordinate representation of color #20846D: hue angle of 166.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20846D is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 132 109 -
CMYK 0.76 0 0.17 0.48
HSL 166.2º 0.61% 0.32% -
HSV(B) 166.2º 0.76% 0.52% -
XYZ 11.61 17.91 17.31 -
YUV 99.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 32 132 109 0.76 0 0.17 0.48 166.2 0.61 0.32
Hex 20 84 6D 4C 0 11 30 A6 3D 20
Octal 40 204 155 114 0 21 60 246 75 40
Binary 100000 10000100 1101101 1001100 0 10001 110000 10100110 111101 100000

Color Harmonies of #20846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20846D

Black with #20846D

Text Example


Text Example

White with #20846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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