#20432B

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

Shades of Deep Fir #20432B

Tints of Deep Fir #20432B

Color information

#20432B (or 0x20432B) is unknown color: approx Deep Fir. HEX triplet: 20, 43 and 2B. RGB value is (32,67,43). Sum of RGB (Red+Green+Blue) = 32+67+43=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #20432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20432B is #DFBCD4. Grayscale: #353535. Windows color (decimal): -14662869 or 2835232. OLE color: 2835232.

HSL color Cylindrical-coordinate representation of color #20432B: hue angle of 138.86º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20432B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB326743-
CMYK0.5200.360.74
HSL138.86º35.35%19.41%-
HSV(B)138.86º52.24%26.27%-
XYZ3.044.52.99-
YUV53.8121.9112.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.54%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=22.54%
G=47.18%
B=30.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3267430.5200.360.74138.8635.3519.41
Hex20432B340244A8b2313
Octal4010353640441122134323
Binary1000001000011101011110100010010010010101000101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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