#203A28

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

Shades of Deep Fir #203A28

Tints of Deep Fir #203A28

Color information

#203A28 (or 0x203A28) is unknown color: approx Deep Fir. HEX triplet: 20, 3A and 28. RGB value is (32,58,40). Sum of RGB (Red+Green+Blue) = 32+58+40=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #203A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203A28 is #DFC5D7. Grayscale: #303030. Windows color (decimal): -14665176 or 2636320. OLE color: 2636320.

HSL color Cylindrical-coordinate representation of color #203A28: hue angle of 138.46º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #203A28 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB325840-
CMYK0.4500.310.77
HSL138.46º28.89%17.65%-
HSV(B)138.46º44.83%22.75%-
XYZ2.493.492.55-
YUV48.17123.39116.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.62%
GREEN value IS 58 (23.05% from 255) = 44.62%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=24.62%
G=44.62%
B=30.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3258400.4500.310.77138.4628.8917.65
Hex203A282D01F4D8a1d12
Octal407250550371152123522
Binary1000001110101010001011010111111001101100010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,58,40); }

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

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

 a { background-color: rgb(32,58,40); }

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

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

 span { border-color: rgb(32,58,40); }

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