Html Css Color HEX #20865D Elf Green

📋 copy color: '#20865D'

red 32 ◦ green 134 ◦ blue 93

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

Shades of Elf Green #20865D

Tints of Elf Green #20865D

RGB

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

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

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

R = 12.36%
G = 51.74%
B = 35.91%

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

#20865D (or 0x20865D) is known color: Elf Green. HEX triplet: 20, 86 and 5D. RGB value is (32,134,93). Sum of RGB (Red+Green+Blue) = 32+134+93=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #20865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20865D is #DF79A2. Grayscale: #626262. Windows color (decimal): -14645667 or 6129184. OLE color: 6129184.

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

Color convert

RGB 32 134 93 -
CMYK 0.76 0 0.31 0.47
HSL 155.88º 0.61% 0.33% -
HSV(B) 155.88º 0.76% 0.53% -
XYZ 11.1 18.15 13.27 -
YUV 98.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 32 134 93 0.76 0 0.31 0.47 155.88 0.61 0.33
Hex 20 86 5D 4C 0 1F 2F 9C 3D 21
Octal 40 206 135 114 0 37 57 234 75 41
Binary 100000 10000110 1011101 1001100 0 11111 101111 10011100 111101 100001

Color Harmonies of #20865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20865D

Black with #20865D

Text Example


Text Example

White with #20865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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