#04300F

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

Shades of Deep Fir #04300F

Tints of Deep Fir #04300F

Color information

#04300F (or 0x04300F) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 0F. RGB value is (4,48,15). Sum of RGB (Red+Green+Blue) = 4+48+15=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #04300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04300F is #FBCFF0. Grayscale: #1F1F1F. Windows color (decimal): -16502769 or 995332. OLE color: 995332.

HSL color Cylindrical-coordinate representation of color #04300F: hue angle of 135º 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 #04300F is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB44815-
CMYK0.9200.690.81
HSL135º84.62%10.2%-
HSV(B)135º91.67%18.82%-
XYZ1.192.170.81-
YUV31.08118.92108.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 48 (19.14% from 255) = 71.64%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=5.97%
G=71.64%
B=22.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448150.9200.690.8113584.6210.2
Hex430F5C045518755a
Octal46017134010512120712512
Binary100110000111110111000100010110100011000011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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