Html Css Color HEX #208472 Elf Green

📋 copy color: '#208472'

red 32 ◦ green 132 ◦ blue 114

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

Shades of Elf Green #208472

Tints of Elf Green #208472

RGB

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

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

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

R = 11.51%
G = 47.48%
B = 41.01%

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

#208472 (or 0x208472) is known color: Elf Green. HEX triplet: 20, 84 and 72. RGB value is (32,132,114). Sum of RGB (Red+Green+Blue) = 32+132+114=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #208472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208472 is #DF7B8D. Grayscale: #646464. Windows color (decimal): -14646158 or 7504928. OLE color: 7504928.

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

Color convert

RGB 32 132 114 -
CMYK 0.76 0 0.14 0.48
HSL 169.2º 0.61% 0.32% -
HSV(B) 169.2º 0.76% 0.52% -
XYZ 11.88 18.02 18.77 -
YUV 100.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 32 132 114 0.76 0 0.14 0.48 169.2 0.61 0.32
Hex 20 84 72 4C 0 E 30 A9 3D 20
Octal 40 204 162 114 0 16 60 251 75 40
Binary 100000 10000100 1110010 1001100 0 1110 110000 10101001 111101 100000

Color Harmonies of #208472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208472

Black with #208472

Text Example


Text Example

White with #208472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208472; }

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

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

background-color css

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

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

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

border-color css

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

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

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