#20402A

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

Shades of Deep Fir #20402A

Tints of Deep Fir #20402A

Color information

#20402A (or 0x20402A) is unknown color: approx Deep Fir. HEX triplet: 20, 40 and 2A. RGB value is (32,64,42). Sum of RGB (Red+Green+Blue) = 32+64+42=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #20402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20402A is #DFBFD5. Grayscale: #333333. Windows color (decimal): -14663638 or 2768928. OLE color: 2768928.

HSL color Cylindrical-coordinate representation of color #20402A: hue angle of 138.75º 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 #20402A is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB326442-
CMYK0.5000.340.75
HSL138.75º33.33%18.82%-
HSV(B)138.75º50%25.1%-
XYZ2.854.142.84-
YUV51.92122.4113.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=23.19%
G=46.38%
B=30.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264420.5000.340.75138.7533.3318.82
Hex20402A320224B8b2113
Octal4010052620421132134123
Binary1000001000000101010110010010001010010111000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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