#203F2B

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

Shades of Deep Fir #203F2B

Tints of Deep Fir #203F2B

Color information

#203F2B (or 0x203F2B) is unknown color: approx Deep Fir. HEX triplet: 20, 3F and 2B. RGB value is (32,63,43). Sum of RGB (Red+Green+Blue) = 32+63+43=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #203F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203F2B is #DFC0D4. Grayscale: #333333. Windows color (decimal): -14663893 or 2834208. OLE color: 2834208.

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

Color convert

RGB326343-
CMYK0.4900.320.75
HSL141.29º32.63%18.63%-
HSV(B)141.29º49.21%24.71%-
XYZ2.814.042.92-
YUV51.45123.23114.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=23.19%
G=45.65%
B=31.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3263430.4900.320.75141.2932.6318.63
Hex203F2B310204B8d2113
Octal407753610401132154123
Binary100000111111101011110001010000010010111000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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