Html Css Color HEX #20856A Elf Green

📋 copy color: '#20856A'

red 32 ◦ green 133 ◦ blue 106

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

Shades of Elf Green #20856A

Tints of Elf Green #20856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 11.81%
G = 49.08%
B = 39.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#20856A (or 0x20856A) is known color: Elf Green. HEX triplet: 20, 85 and 6A. RGB value is (32,133,106). Sum of RGB (Red+Green+Blue) = 32+133+106=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #20856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20856A is #DF7A95. Grayscale: #636363. Windows color (decimal): -14645910 or 6980896. OLE color: 6980896.

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

Color convert

RGB 32 133 106 -
CMYK 0.76 0 0.20 0.48
HSL 163.96º 0.61% 0.32% -
HSV(B) 163.96º 0.76% 0.52% -
XYZ 11.58 18.12 16.52 -
YUV 99.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 32 133 106 0.76 0 0.20 0.48 163.96 0.61 0.32
Hex 20 85 6A 4C 0 14 30 A4 3D 20
Octal 40 205 152 114 0 24 60 244 75 40
Binary 100000 10000101 1101010 1001100 0 10100 110000 10100100 111101 100000

Color Harmonies of #20856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20856A

Black with #20856A

Text Example


Text Example

White with #20856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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