#208969

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

Shades of Elf Green #208969

Tints of Elf Green #208969

Color information

#208969 (or 0x208969) is unknown color: approx Elf Green. HEX triplet: 20, 89 and 69. RGB value is (32,137,105). Sum of RGB (Red+Green+Blue) = 32+137+105=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #208969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208969 is #DF7696. Grayscale: #656565. Windows color (decimal): -14644887 or 6916384. OLE color: 6916384.

HSL color Cylindrical-coordinate representation of color #208969: hue angle of 161.71º 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 #208969 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB32137105-
CMYK0.7700.230.46
HSL161.71º62.13%33.14%-
HSV(B)161.71º76.64%53.73%-
XYZ12.0919.2216.44-
YUV101.96129.7178.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.68%
GREEN value IS 137 (53.91% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=11.68%
G=50%
B=38.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321371050.7700.230.46161.7162.1333.14
Hex2089694D0172Ea23e21
Octal40211151115027562427641
Binary100000100010011101001100110101011110111010100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208969; }

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

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

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

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

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

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

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

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