#20402B

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

Shades of Deep Fir #20402B

Tints of Deep Fir #20402B

Color information

#20402B (or 0x20402B) is unknown color: approx Deep Fir. HEX triplet: 20, 40 and 2B. RGB value is (32,64,43). Sum of RGB (Red+Green+Blue) = 32+64+43=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #20402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20402B is #DFBFD4. Grayscale: #343434. Windows color (decimal): -14663637 or 2834464. OLE color: 2834464.

HSL color Cylindrical-coordinate representation of color #20402B: hue angle of 140.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #20402B is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB326443-
CMYK0.5000.330.75
HSL140.62º33.33%18.82%-
HSV(B)140.62º50%25.1%-
XYZ2.874.152.94-
YUV52.04122.9113.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=23.02%
G=46.04%
B=30.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264430.5000.330.75140.6233.3318.82
Hex20402B320214B8d2113
Octal4010053620411132154123
Binary1000001000000101011110010010000110010111000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20402B; }

 p { color: rgb(32,64,43); }

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

<style>
 a { background-color: #20402B; }

 a { background-color: rgb(32,64,43); }

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

<style>
 span { border-color: #20402B; }

 span { border-color: rgb(32,64,43); }

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