#20947E

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

Shades of Elf Green #20947E

Tints of Elf Green #20947E

Color information

#20947E (or 0x20947E) is unknown color: approx Elf Green. HEX triplet: 20, 94 and 7E. RGB value is (32,148,126). Sum of RGB (Red+Green+Blue) = 32+148+126=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #20947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20947E is #DF6B81. Grayscale: #6E6E6E. Windows color (decimal): -14642050 or 8295456. OLE color: 8295456.

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

Color convert

RGB32148126-
CMYK0.7800.150.42
HSL168.62º64.44%35.29%-
HSV(B)168.62º78.38%58.04%-
XYZ14.9522.9923.39-
YUV110.81136.5771.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 148 (58.20% from 255) = 48.37%
BLUE value IS 126 (49.61% from 255) = 41.18%
R=10.46%
G=48.37%
B=41.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321481260.7800.150.42168.6264.4435.29
Hex20947E4E0F2Aa94023
Octal402241761160175225110043
Binary100000100101001111110100111001111101010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20947E; }

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

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

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

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

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

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

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

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