#209380

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

Shades of Elf Green #209380

Tints of Elf Green #209380

Color information

#209380 (or 0x209380) is unknown color: approx Elf Green. HEX triplet: 20, 93 and 80. RGB value is (32,147,128). Sum of RGB (Red+Green+Blue) = 32+147+128=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #209380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209380 is #DF6C7F. Grayscale: #6E6E6E. Windows color (decimal): -14642304 or 8426272. OLE color: 8426272.

HSL color Cylindrical-coordinate representation of color #209380: hue angle of 170.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209380 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB32147128-
CMYK0.7800.130.42
HSL170.09º64.25%35.1%-
HSV(B)170.09º78.23%57.65%-
XYZ14.9322.7324.02-
YUV110.45137.972.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=10.42%
G=47.88%
B=41.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321471280.7800.130.42170.0964.2535.1
Hex2093804E0D2Aaa4023
Octal402232001160155225210043
Binary1000001001001110000000100111001101101010101010101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209380; }

 p { color: rgb(32,147,128); }

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

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

 a { background-color: rgb(32,147,128); }

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

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

 span { border-color: rgb(32,147,128); }

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