#208462

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

Shades of Elf Green #208462

Tints of Elf Green #208462

Color information

#208462 (or 0x208462) is unknown color: approx Elf Green. HEX triplet: 20, 84 and 62. RGB value is (32,132,98). Sum of RGB (Red+Green+Blue) = 32+132+98=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #208462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208462 is #DF7B9D. Grayscale: #626262. Windows color (decimal): -14646174 or 6456352. OLE color: 6456352.

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

Color convert

RGB3213298-
CMYK0.7600.260.48
HSL159.6º60.98%32.16%-
HSV(B)159.6º75.76%51.76%-
XYZ11.0517.6914.39-
YUV98.22127.8780.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=12.21%
G=50.38%
B=37.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132980.7600.260.48159.660.9832.16
Hex2084624C01A30a03d20
Octal40204142114032602407540
Binary100000100001001100010100110001101011000010100000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208462; }

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

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

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

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

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

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

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

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