#20947D

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

Shades of Elf Green #20947D

Tints of Elf Green #20947D

Color information

#20947D (or 0x20947D) is unknown color: approx Elf Green. HEX triplet: 20, 94 and 7D. RGB value is (32,148,125). Sum of RGB (Red+Green+Blue) = 32+148+125=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #20947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20947D is #DF6B82. Grayscale: #6E6E6E. Windows color (decimal): -14642051 or 8229920. OLE color: 8229920.

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

Color convert

RGB32148125-
CMYK0.7800.160.42
HSL168.1º64.44%35.29%-
HSV(B)168.1º78.38%58.04%-
XYZ14.8922.9723.05-
YUV110.69136.0771.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.49%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=10.49%
G=48.52%
B=40.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321481250.7800.160.42168.164.4435.29
Hex20947D4E0102Aa84023
Octal402241751160205225010043
Binary1000001001010011111011001110010000101010101010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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