Html Css Color HEX #208264 Elf Green

📋 copy color: '#208264'

red 32 ◦ green 130 ◦ blue 100

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

Shades of Elf Green #208264

Tints of Elf Green #208264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.62%

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

R = 12.21%
G = 49.62%
B = 38.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#208264 (or 0x208264) is known color: Elf Green. HEX triplet: 20, 82 and 64. RGB value is (32,130,100). Sum of RGB (Red+Green+Blue) = 32+130+100=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #208264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208264 is #DF7D9B. Grayscale: #616161. Windows color (decimal): -14646684 or 6586912. OLE color: 6586912.

HSL color Cylindrical-coordinate representation of color #208264: hue angle of 161.63º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208264 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 130 100 -
CMYK 0.75 0 0.23 0.49
HSL 161.63º 0.6% 0.32% -
HSV(B) 161.63º 0.75% 0.51% -
XYZ 10.88 17.19 14.8 -
YUV 97.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 32 130 100 0.75 0 0.23 0.49 161.63 0.6 0.32
Hex 20 82 64 4B 0 17 31 A2 3C 20
Octal 40 202 144 113 0 27 61 242 74 40
Binary 100000 10000010 1100100 1001011 0 10111 110001 10100010 111100 100000

Color Harmonies of #208264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208264

Black with #208264

Text Example


Text Example

White with #208264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208264; }

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

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

background-color css

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

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

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

border-color css

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

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

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