Html Css Color HEX #20855D Elf Green

📋 copy color: '#20855D'

red 32 ◦ green 133 ◦ blue 93

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

Shades of Elf Green #20855D

Tints of Elf Green #20855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 12.4%
G = 51.55%
B = 36.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#20855D (or 0x20855D) is known color: Elf Green. HEX triplet: 20, 85 and 5D. RGB value is (32,133,93). Sum of RGB (Red+Green+Blue) = 32+133+93=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #20855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20855D is #DF7AA2. Grayscale: #626262. Windows color (decimal): -14645923 or 6128928. OLE color: 6128928.

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

Color convert

RGB 32 133 93 -
CMYK 0.76 0 0.30 0.48
HSL 156.24º 0.61% 0.32% -
HSV(B) 156.24º 0.76% 0.52% -
XYZ 10.96 17.87 13.23 -
YUV 98.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 32 133 93 0.76 0 0.30 0.48 156.24 0.61 0.32
Hex 20 85 5D 4C 0 1E 30 9C 3D 20
Octal 40 205 135 114 0 36 60 234 75 40
Binary 100000 10000101 1011101 1001100 0 11110 110000 10011100 111101 100000

Color Harmonies of #20855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20855D

Black with #20855D

Text Example


Text Example

White with #20855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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