#204928

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

Shades of Deep Fir #204928

Tints of Deep Fir #204928

Color information

#204928 (or 0x204928) is unknown color: approx Deep Fir. HEX triplet: 20, 49 and 28. RGB value is (32,73,40). Sum of RGB (Red+Green+Blue) = 32+73+40=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #204928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204928 is #DFB6D7. Grayscale: #393939. Windows color (decimal): -14661336 or 2640160. OLE color: 2640160.

HSL color Cylindrical-coordinate representation of color #204928: hue angle of 131.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204928 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB327340-
CMYK0.5600.450.71
HSL131.71º39.05%20.59%-
HSV(B)131.71º56.16%28.63%-
XYZ3.365.232.84-
YUV56.98118.42110.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=22.07%
G=50.34%
B=27.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3273400.5600.450.71131.7139.0520.59
Hex2049283802D47842715
Octal4011150700551072044725
Binary1000001001001101000111000010110110001111000010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204928; }

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

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

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

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

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

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

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

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