Html Css Color HEX #208571 Elf Green

📋 copy color: '#208571'

red 32 ◦ green 133 ◦ blue 113

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

Shades of Elf Green #208571

Tints of Elf Green #208571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.84%

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

R = 11.51%
G = 47.84%
B = 40.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#208571 (or 0x208571) is known color: Elf Green. HEX triplet: 20, 85 and 71. RGB value is (32,133,113). Sum of RGB (Red+Green+Blue) = 32+133+113=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #208571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208571 is #DF7A8E. Grayscale: #646464. Windows color (decimal): -14645903 or 7439648. OLE color: 7439648.

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

Color convert

RGB 32 133 113 -
CMYK 0.76 0 0.15 0.48
HSL 168.12º 0.61% 0.32% -
HSV(B) 168.12º 0.76% 0.52% -
XYZ 11.96 18.27 18.52 -
YUV 100.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 32 133 113 0.76 0 0.15 0.48 168.12 0.61 0.32
Hex 20 85 71 4C 0 F 30 A8 3D 20
Octal 40 205 161 114 0 17 60 250 75 40
Binary 100000 10000101 1110001 1001100 0 1111 110000 10101000 111101 100000

Color Harmonies of #208571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208571

Black with #208571

Text Example


Text Example

White with #208571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208571; }

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

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

background-color css

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

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

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

border-color css

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

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

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