Html Css Color HEX #208572 Elf Green

📋 copy color: '#208572'

red 32 ◦ green 133 ◦ blue 114

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

Shades of Elf Green #208572

Tints of Elf Green #208572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 11.47%
G = 47.67%
B = 40.86%

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

#208572 (or 0x208572) is known color: Elf Green. HEX triplet: 20, 85 and 72. RGB value is (32,133,114). Sum of RGB (Red+Green+Blue) = 32+133+114=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #208572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208572 is #DF7A8D. Grayscale: #646464. Windows color (decimal): -14645902 or 7505184. OLE color: 7505184.

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

Color convert

RGB 32 133 114 -
CMYK 0.76 0 0.14 0.48
HSL 168.71º 0.61% 0.32% -
HSV(B) 168.71º 0.76% 0.52% -
XYZ 12.02 18.3 18.82 -
YUV 100.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 32 133 114 0.76 0 0.14 0.48 168.71 0.61 0.32
Hex 20 85 72 4C 0 E 30 A9 3D 20
Octal 40 205 162 114 0 16 60 251 75 40
Binary 100000 10000101 1110010 1001100 0 1110 110000 10101001 111101 100000

Color Harmonies of #208572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208572

Black with #208572

Text Example


Text Example

White with #208572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208572; }

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

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

background-color css

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

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

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

border-color css

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

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

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