#203D29

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

Shades of Deep Fir #203D29

Tints of Deep Fir #203D29

Color information

#203D29 (or 0x203D29) is unknown color: approx Deep Fir. HEX triplet: 20, 3D and 29. RGB value is (32,61,41). Sum of RGB (Red+Green+Blue) = 32+61+41=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #203D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203D29 is #DFC2D6. Grayscale: #323232. Windows color (decimal): -14664407 or 2702624. OLE color: 2702624.

HSL color Cylindrical-coordinate representation of color #203D29: hue angle of 138.62º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203D29 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB326141-
CMYK0.4800.330.76
HSL138.62º31.18%18.24%-
HSV(B)138.62º47.54%23.92%-
XYZ2.663.82.69-
YUV50.05122.89115.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.88%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=23.88%
G=45.52%
B=30.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3261410.4800.330.76138.6231.1818.24
Hex203D29300214C8b1f12
Octal407551600411142133722
Binary10000011110110100111000001000011001100100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203D29; }

 p { color: rgb(32,61,41); }

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

<style>
 a { background-color: #203D29; }

 a { background-color: rgb(32,61,41); }

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

<style>
 span { border-color: #203D29; }

 span { border-color: rgb(32,61,41); }

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