Html Css Color HEX #208573 Elf Green

📋 copy color: '#208573'

red 32 ◦ green 133 ◦ blue 115

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

Shades of Elf Green #208573

Tints of Elf Green #208573

RGB

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

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

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

R = 11.43%
G = 47.5%
B = 41.07%

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

#208573 (or 0x208573) is known color: Elf Green. HEX triplet: 20, 85 and 73. RGB value is (32,133,115). Sum of RGB (Red+Green+Blue) = 32+133+115=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #208573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208573 is #DF7A8C. Grayscale: #646464. Windows color (decimal): -14645901 or 7570720. OLE color: 7570720.

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

Color convert

RGB 32 133 115 -
CMYK 0.76 0 0.14 0.48
HSL 169.31º 0.61% 0.32% -
HSV(B) 169.31º 0.76% 0.52% -
XYZ 12.08 18.32 19.12 -
YUV 100.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 32 133 115 0.76 0 0.14 0.48 169.31 0.61 0.32
Hex 20 85 73 4C 0 E 30 A9 3D 20
Octal 40 205 163 114 0 16 60 251 75 40
Binary 100000 10000101 1110011 1001100 0 1110 110000 10101001 111101 100000

Color Harmonies of #208573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208573

Black with #208573

Text Example


Text Example

White with #208573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208573; }

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

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

background-color css

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

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

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

border-color css

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

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

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