#209471

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

Shades of Elf Green #209471

Tints of Elf Green #209471

Color information

#209471 (or 0x209471) is unknown color: approx Elf Green. HEX triplet: 20, 94 and 71. RGB value is (32,148,113). Sum of RGB (Red+Green+Blue) = 32+148+113=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #209471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209471 is #DF6B8E. Grayscale: #6D6D6D. Windows color (decimal): -14642063 or 7443488. OLE color: 7443488.

HSL color Cylindrical-coordinate representation of color #209471: hue angle of 161.9º 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 #209471 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB32148113-
CMYK0.7800.240.42
HSL161.9º64.44%35.29%-
HSV(B)161.9º78.38%58.04%-
XYZ14.1722.6819.25-
YUV109.33130.0772.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.92%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=10.92%
G=50.51%
B=38.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321481130.7800.240.42161.964.4435.29
Hex2094714E0182Aa24023
Octal402241611160305224210043
Binary1000001001010011100011001110011000101010101000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209471; }

 p { color: rgb(32,148,113); }

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

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

 a { background-color: rgb(32,148,113); }

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

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

 span { border-color: rgb(32,148,113); }

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