#04300A

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

Shades of Deep Fir #04300A

Tints of Deep Fir #04300A

Color information

#04300A (or 0x04300A) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 0A. RGB value is (4,48,10). Sum of RGB (Red+Green+Blue) = 4+48+10=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #04300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04300A is #FBCFF5. Grayscale: #1E1E1E. Windows color (decimal): -16502774 or 667652. OLE color: 667652.

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

Color convert

RGB44810-
CMYK0.9200.790.81
HSL128.18º84.62%10.2%-
HSV(B)128.18º91.67%18.82%-
XYZ1.162.160.64-
YUV30.51116.42109.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=6.45%
G=77.42%
B=16.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448100.9200.790.81128.1884.6210.2
Hex430A5C04F518055a
Octal46012134011712120012512
Binary100110000101010111000100111110100011000000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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