#04300C

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

Shades of Deep Fir #04300C

Tints of Deep Fir #04300C

Color information

#04300C (or 0x04300C) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 0C. RGB value is (4,48,12). Sum of RGB (Red+Green+Blue) = 4+48+12=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 48 (19.14% from 255 or 75% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 48 - color contains mainly: green. Hex color #04300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04300C is #FBCFF3. Grayscale: #1E1E1E. Windows color (decimal): -16502772 or 798724. OLE color: 798724.

HSL color Cylindrical-coordinate representation of color #04300C: hue angle of 130.91º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04300C is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB44812-
CMYK0.9200.750.81
HSL130.91º84.62%10.2%-
HSV(B)130.91º91.67%18.82%-
XYZ1.172.170.7-
YUV30.74117.42108.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 48 (19.14% from 255) = 75%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=6.25%
G=75%
B=18.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448120.9200.750.81130.9184.6210.2
Hex430C5C04B518355a
Octal46014134011312120312512
Binary100110000110010111000100101110100011000001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,48,12); }

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

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

 a { background-color: rgb(4,48,12); }

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

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

 span { border-color: rgb(4,48,12); }

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