#20472F

Color #20472F Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #20472F

Tints of Everglade #20472F

Color information

#20472F (or 0x20472F) is unknown color: approx Everglade. HEX triplet: 20, 47 and 2F. RGB value is (32,71,47). Sum of RGB (Red+Green+Blue) = 32+71+47=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #20472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20472F is #DFB8D0. Grayscale: #383838. Windows color (decimal): -14661841 or 3098400. OLE color: 3098400.

HSL color Cylindrical-coordinate representation of color #20472F: hue angle of 143.08º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20472F is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB327147-
CMYK0.5500.340.72
HSL143.08º37.86%20.2%-
HSV(B)143.08º54.93%27.84%-
XYZ3.365.023.48-
YUV56.6122.58110.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=21.33%
G=47.33%
B=31.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271470.5500.340.72143.0837.8620.2
Hex20472F37022488f2614
Octal4010757670421102174624
Binary1000001000111101111110111010001010010001000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20472F; }

 p { color: rgb(32,71,47); }

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

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

 a { background-color: rgb(32,71,47); }

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

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

 span { border-color: rgb(32,71,47); }

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