#03290C

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

Shades of Deep Fir #03290C

Tints of Deep Fir #03290C

Color information

#03290C (or 0x03290C) is unknown color: approx Deep Fir. HEX triplet: 03, 29 and 0C. RGB value is (3,41,12). Sum of RGB (Red+Green+Blue) = 3+41+12=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 41 (16.41% from 255 or 73.21% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 41 - color contains mainly: green. Hex color #03290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03290C is #FCD6F3. Grayscale: #1A1A1A. Windows color (decimal): -16570100 or 796931. OLE color: 796931.

HSL color Cylindrical-coordinate representation of color #03290C: hue angle of 134.21º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03290C is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB34112-
CMYK0.9300.710.84
HSL134.21º86.36%8.63%-
HSV(B)134.21º92.68%16.08%-
XYZ0.91.630.62-
YUV26.33119.91111.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 41 (16.41% from 255) = 73.21%
BLUE value IS 12 (5.08% from 255) = 21.43%
R=5.36%
G=73.21%
B=21.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341120.9300.710.84134.2186.368.63
Hex329C5D0475486569
Octal35114135010712420612611
Binary11101001110010111010100011110101001000011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03290C; }

 p { color: rgb(3,41,12); }

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

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

 a { background-color: rgb(3,41,12); }

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

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

 span { border-color: rgb(3,41,12); }

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