#208268

Color #208268 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #208268

Tints of Elf Green #208268

Color information

#208268 (or 0x208268) is unknown color: approx Elf Green. HEX triplet: 20, 82 and 68. RGB value is (32,130,104). Sum of RGB (Red+Green+Blue) = 32+130+104=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #208268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208268 is #DF7D97. Grayscale: #616161. Windows color (decimal): -14646680 or 6849056. OLE color: 6849056.

HSL color Cylindrical-coordinate representation of color #208268: hue angle of 164.08º 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 #208268 is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB32130104-
CMYK0.7500.20.49
HSL164.08º60.49%31.76%-
HSV(B)164.08º75.38%50.98%-
XYZ11.0817.2715.85-
YUV97.73131.5381.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=12.03%
G=48.87%
B=39.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321301040.7500.20.49164.0860.4931.76
Hex2082684B01431a43c20
Octal40202150113024612447440
Binary100000100000101101000100101101010011000110100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208268; }

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

 H1.HeaderClassName
 {
   color: #208268;
 }
 .AnyTagClassName
 {
   color: #208268;
 }
</style>
background-color css

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

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

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

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

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

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