#20462C

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

Shades of Deep Fir #20462C

Tints of Deep Fir #20462C

Color information

#20462C (or 0x20462C) is unknown color: approx Deep Fir. HEX triplet: 20, 46 and 2C. RGB value is (32,70,44). Sum of RGB (Red+Green+Blue) = 32+70+44=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #20462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20462C is #DFB9D3. Grayscale: #373737. Windows color (decimal): -14662100 or 2901536. OLE color: 2901536.

HSL color Cylindrical-coordinate representation of color #20462C: hue angle of 138.95º 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 #20462C is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB327044-
CMYK0.5400.370.73
HSL138.95º37.25%20%-
HSV(B)138.95º54.29%27.45%-
XYZ3.244.873.15-
YUV55.67121.41111.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=21.92%
G=47.95%
B=30.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270440.5400.370.73138.9537.2520
Hex20462C36025498b2514
Octal4010654660451112134524
Binary1000001000110101100110110010010110010011000101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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