Html Css Color HEX #208471 Elf Green

📋 copy color: '#208471'

red 32 ◦ green 132 ◦ blue 113

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

Shades of Elf Green #208471

Tints of Elf Green #208471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.65%

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 11.55%
G = 47.65%
B = 40.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#208471 (or 0x208471) is known color: Elf Green. HEX triplet: 20, 84 and 71. RGB value is (32,132,113). Sum of RGB (Red+Green+Blue) = 32+132+113=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #208471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208471 is #DF7B8E. Grayscale: #636363. Windows color (decimal): -14646159 or 7439392. OLE color: 7439392.

HSL color Cylindrical-coordinate representation of color #208471: hue angle of 168.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208471 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 32 132 113 -
CMYK 0.76 0 0.14 0.48
HSL 168.6º 0.61% 0.32% -
HSV(B) 168.6º 0.76% 0.52% -
XYZ 11.83 18 18.47 -
YUV 99.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 32 132 113 0.76 0 0.14 0.48 168.6 0.61 0.32
Hex 20 84 71 4C 0 E 30 A9 3D 20
Octal 40 204 161 114 0 16 60 251 75 40
Binary 100000 10000100 1110001 1001100 0 1110 110000 10101001 111101 100000

Color Harmonies of #208471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208471

Black with #208471

Text Example


Text Example

White with #208471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208471; }

 p { color: rgb(32,132,113); }

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

background-color css

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

 a { background-color: rgb(32,132,113); }

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

border-color css

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

 span { border-color: rgb(32,132,113); }

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