#20462F

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

Shades of Everglade #20462F

Tints of Everglade #20462F

Color information

#20462F (or 0x20462F) is unknown color: approx Everglade. HEX triplet: 20, 46 and 2F. RGB value is (32,70,47). Sum of RGB (Red+Green+Blue) = 32+70+47=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #20462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20462F is #DFB9D0. Grayscale: #383838. Windows color (decimal): -14662097 or 3098144. OLE color: 3098144.

HSL color Cylindrical-coordinate representation of color #20462F: hue angle of 143.68º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20462F is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB327047-
CMYK0.5400.330.73
HSL143.68º37.25%20%-
HSV(B)143.68º54.29%27.45%-
XYZ3.34.893.46-
YUV56.02122.91110.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=21.48%
G=46.98%
B=31.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270470.5400.330.73143.6837.2520
Hex20462F3602149902514
Octal4010657660411112204524
Binary1000001000110101111110110010000110010011001000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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