Html Css Color HEX #20876C Elf Green

📋 copy color: '#20876C'

red 32 ◦ green 135 ◦ blue 108

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

Shades of Elf Green #20876C

Tints of Elf Green #20876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.09%

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

R = 11.64%
G = 49.09%
B = 39.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#20876C (or 0x20876C) is known color: Elf Green. HEX triplet: 20, 87 and 6C. RGB value is (32,135,108). Sum of RGB (Red+Green+Blue) = 32+135+108=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #20876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20876C is #DF7893. Grayscale: #656565. Windows color (decimal): -14645396 or 7112480. OLE color: 7112480.

HSL color Cylindrical-coordinate representation of color #20876C: hue angle of 164.27º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20876C is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 135 108 -
CMYK 0.76 0 0.2 0.47
HSL 164.27º 0.62% 0.33% -
HSV(B) 164.27º 0.76% 0.53% -
XYZ 11.97 18.72 17.17 -
YUV 101.13 131.88 78.7 -
System Red Green Blue C M Y K H S L
Decimal 32 135 108 0.76 0 0.2 0.47 164.27 0.62 0.33
Hex 20 87 6C 4C 0 14 2F A4 3E 21
Octal 40 207 154 114 0 24 57 244 76 41
Binary 100000 10000111 1101100 1001100 0 10100 101111 10100100 111110 100001

Color Harmonies of #20876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20876C

Black with #20876C

Text Example


Text Example

White with #20876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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