#04300D

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

Shades of Deep Fir #04300D

Tints of Deep Fir #04300D

Color information

#04300D (or 0x04300D) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 0D. RGB value is (4,48,13). Sum of RGB (Red+Green+Blue) = 4+48+13=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #04300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04300D is #FBCFF2. Grayscale: #1E1E1E. Windows color (decimal): -16502771 or 864260. OLE color: 864260.

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

Color convert

RGB44813-
CMYK0.9200.730.81
HSL132.27º84.62%10.2%-
HSV(B)132.27º91.67%18.82%-
XYZ1.182.170.74-
YUV30.85117.92108.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 48 (19.14% from 255) = 73.85%
BLUE value IS 13 (5.47% from 255) = 20%
R=6.15%
G=73.85%
B=20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448130.9200.730.81132.2784.6210.2
Hex430D5C049518455a
Octal46015134011112120412512
Binary100110000110110111000100100110100011000010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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