Html Css Color HEX #208964 Elf Green

📋 copy color: '#208964'

red 32 ◦ green 137 ◦ blue 100

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

Shades of Elf Green #208964

Tints of Elf Green #208964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.93%

 BLUE value IS 100 (39.45% from 255) = 37.17%

R = 11.9%
G = 50.93%
B = 37.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#208964 (or 0x208964) is known color: Elf Green. HEX triplet: 20, 89 and 64. RGB value is (32,137,100). Sum of RGB (Red+Green+Blue) = 32+137+100=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #208964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208964 is #DF769B. Grayscale: #656565. Windows color (decimal): -14644892 or 6588704. OLE color: 6588704.

HSL color Cylindrical-coordinate representation of color #208964: hue angle of 158.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208964 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 137 100 -
CMYK 0.77 0 0.27 0.46
HSL 158.86º 0.62% 0.33% -
HSV(B) 158.86º 0.77% 0.54% -
XYZ 11.84 19.12 15.12 -
YUV 101.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 32 137 100 0.77 0 0.27 0.46 158.86 0.62 0.33
Hex 20 89 64 4D 0 1B 2E 9F 3E 21
Octal 40 211 144 115 0 33 56 237 76 41
Binary 100000 10001001 1100100 1001101 0 11011 101110 10011111 111110 100001

Color Harmonies of #208964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208964

Black with #208964

Text Example


Text Example

White with #208964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208964; }

 p { color: rgb(32,137,100); }

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

background-color css

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

 a { background-color: rgb(32,137,100); }

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

border-color css

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

 span { border-color: rgb(32,137,100); }

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