Html Css Color HEX #20856C Elf Green

📋 copy color: '#20856C'

red 32 ◦ green 133 ◦ blue 108

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

Shades of Elf Green #20856C

Tints of Elf Green #20856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

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

R = 11.72%
G = 48.72%
B = 39.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#20856C (or 0x20856C) is known color: Elf Green. HEX triplet: 20, 85 and 6C. RGB value is (32,133,108). Sum of RGB (Red+Green+Blue) = 32+133+108=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #20856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856C is #DF7A93. Grayscale: #636363. Windows color (decimal): -14645908 or 7111968. OLE color: 7111968.

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

Color convert

RGB 32 133 108 -
CMYK 0.76 0 0.19 0.48
HSL 165.15º 0.61% 0.32% -
HSV(B) 165.15º 0.76% 0.52% -
XYZ 11.69 18.16 17.08 -
YUV 99.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 32 133 108 0.76 0 0.19 0.48 165.15 0.61 0.32
Hex 20 85 6C 4C 0 13 30 A5 3D 20
Octal 40 205 154 114 0 23 60 245 75 40
Binary 100000 10000101 1101100 1001100 0 10011 110000 10100101 111101 100000

Color Harmonies of #20856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20856C

Black with #20856C

Text Example


Text Example

White with #20856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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