Html Css Color HEX #208673 Elf Green

📋 copy color: '#208673'

red 32 ◦ green 134 ◦ blue 115

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

Shades of Elf Green #208673

Tints of Elf Green #208673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 11.39%
G = 47.69%
B = 40.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#208673 (or 0x208673) is known color: Elf Green. HEX triplet: 20, 86 and 73. RGB value is (32,134,115). Sum of RGB (Red+Green+Blue) = 32+134+115=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #208673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208673 is #DF798C. Grayscale: #656565. Windows color (decimal): -14645645 or 7570976. OLE color: 7570976.

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

Color convert

RGB 32 134 115 -
CMYK 0.76 0 0.14 0.47
HSL 168.82º 0.61% 0.33% -
HSV(B) 168.82º 0.76% 0.53% -
XYZ 12.22 18.6 19.17 -
YUV 101.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 32 134 115 0.76 0 0.14 0.47 168.82 0.61 0.33
Hex 20 86 73 4C 0 E 2F A9 3D 21
Octal 40 206 163 114 0 16 57 251 75 41
Binary 100000 10000110 1110011 1001100 0 1110 101111 10101001 111101 100001

Color Harmonies of #208673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208673

Black with #208673

Text Example


Text Example

White with #208673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208673; }

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

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

background-color css

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

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

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

border-color css

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

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

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