Html Css Color HEX #208774 Elf Green

📋 copy color: '#208774'

red 32 ◦ green 135 ◦ blue 116

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

Shades of Elf Green #208774

Tints of Elf Green #208774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 11.31%
G = 47.7%
B = 40.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#208774 (or 0x208774) is known color: Elf Green. HEX triplet: 20, 87 and 74. RGB value is (32,135,116). Sum of RGB (Red+Green+Blue) = 32+135+116=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #208774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208774 is #DF788B. Grayscale: #666666. Windows color (decimal): -14645388 or 7636768. OLE color: 7636768.

HSL color Cylindrical-coordinate representation of color #208774: hue angle of 168.93º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208774 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 135 116 -
CMYK 0.76 0 0.14 0.47
HSL 168.93º 0.62% 0.33% -
HSV(B) 168.93º 0.76% 0.53% -
XYZ 12.41 18.9 19.52 -
YUV 102.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 32 135 116 0.76 0 0.14 0.47 168.93 0.62 0.33
Hex 20 87 74 4C 0 E 2F A9 3E 21
Octal 40 207 164 114 0 16 57 251 76 41
Binary 100000 10000111 1110100 1001100 0 1110 101111 10101001 111110 100001

Color Harmonies of #208774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208774

Black with #208774

Text Example


Text Example

White with #208774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208774; }

 p { color: rgb(32,135,116); }

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

background-color css

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

 a { background-color: rgb(32,135,116); }

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

border-color css

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

 span { border-color: rgb(32,135,116); }

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