Html Css Color HEX #208674 Elf Green

📋 copy color: '#208674'

red 32 ◦ green 134 ◦ blue 116

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

Shades of Elf Green #208674

Tints of Elf Green #208674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 11.35%
G = 47.52%
B = 41.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#208674 (or 0x208674) is known color: Elf Green. HEX triplet: 20, 86 and 74. RGB value is (32,134,116). Sum of RGB (Red+Green+Blue) = 32+134+116=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #208674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208674 is #DF798B. Grayscale: #656565. Windows color (decimal): -14645644 or 7636512. OLE color: 7636512.

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

Color convert

RGB 32 134 116 -
CMYK 0.76 0 0.13 0.47
HSL 169.41º 0.61% 0.33% -
HSV(B) 169.41º 0.76% 0.53% -
XYZ 12.27 18.62 19.47 -
YUV 101.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 32 134 116 0.76 0 0.13 0.47 169.41 0.61 0.33
Hex 20 86 74 4C 0 D 2F A9 3D 21
Octal 40 206 164 114 0 15 57 251 75 41
Binary 100000 10000110 1110100 1001100 0 1101 101111 10101001 111101 100001

Color Harmonies of #208674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208674

Black with #208674

Text Example


Text Example

White with #208674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208674; }

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

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

background-color css

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

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

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

border-color css

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

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

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