#04280D

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

Shades of Deep Fir #04280D

Tints of Deep Fir #04280D

Color information

#04280D (or 0x04280D) is unknown color: approx Deep Fir. HEX triplet: 04, 28 and 0D. RGB value is (4,40,13). Sum of RGB (Red+Green+Blue) = 4+40+13=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #04280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04280D is #FBD7F2. Grayscale: #1A1A1A. Windows color (decimal): -16504819 or 862212. OLE color: 862212.

HSL color Cylindrical-coordinate representation of color #04280D: hue angle of 135º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04280D is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB44013-
CMYK0.9000.670.84
HSL135º81.82%8.63%-
HSV(B)135º90%15.69%-
XYZ0.881.570.64-
YUV26.16120.57112.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.02%
GREEN value IS 40 (16.02% from 255) = 70.18%
BLUE value IS 13 (5.47% from 255) = 22.81%
R=7.02%
G=70.18%
B=22.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal440130.9000.670.8413581.828.63
Hex428D5A0435487529
Octal45015132010312420712211
Binary100101000110110110100100001110101001000011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04280D; }

 p { color: rgb(4,40,13); }

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

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

 a { background-color: rgb(4,40,13); }

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

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

 span { border-color: rgb(4,40,13); }

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