Html Css Color HEX #20865C Elf Green

📋 copy color: '#20865C'

red 32 ◦ green 134 ◦ blue 92

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

Shades of Elf Green #20865C

Tints of Elf Green #20865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 12.4%
G = 51.94%
B = 35.66%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#20865C (or 0x20865C) is known color: Elf Green. HEX triplet: 20, 86 and 5C. RGB value is (32,134,92). Sum of RGB (Red+Green+Blue) = 32+134+92=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #20865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20865C is #DF79A3. Grayscale: #626262. Windows color (decimal): -14645668 or 6063648. OLE color: 6063648.

HSL color Cylindrical-coordinate representation of color #20865C: hue angle of 155.29º degrees, saturation: 0.61, 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 #20865C is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 134 92 -
CMYK 0.76 0 0.31 0.47
HSL 155.29º 0.61% 0.33% -
HSV(B) 155.29º 0.76% 0.53% -
XYZ 11.05 18.13 13.04 -
YUV 98.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 32 134 92 0.76 0 0.31 0.47 155.29 0.61 0.33
Hex 20 86 5C 4C 0 1F 2F 9B 3D 21
Octal 40 206 134 114 0 37 57 233 75 41
Binary 100000 10000110 1011100 1001100 0 11111 101111 10011011 111101 100001

Color Harmonies of #20865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20865C

Black with #20865C

Text Example


Text Example

White with #20865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,134,92); }

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

background-color css

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

 a { background-color: rgb(32,134,92); }

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

border-color css

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

 span { border-color: rgb(32,134,92); }

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