Html Css Color HEX #04300C Deep Fir

📋 copy color: '#04300C'

red 4 ◦ green 48 ◦ blue 12

#04300C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #04300C

Tints of Deep Fir #04300C

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 value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#04300C (or 0x04300C) is known color: 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

RGB 4 48 12 -
CMYK 0.92 0 0.75 0.81
HSL 130.91º 0.85% 0.1% -
HSV(B) 130.91º 0.92% 0.19% -
XYZ 1.17 2.17 0.7 -
YUV 30.74 117.42 108.93 -
System Red Green Blue C M Y K H S L
Decimal 4 48 12 0.92 0 0.75 0.81 130.91 0.85 0.1
Hex 4 30 C 5C 0 4B 51 83 55 A
Octal 4 60 14 134 0 113 121 203 125 12
Binary 100 110000 1100 1011100 0 1001011 1010001 10000011 1010101 1010

Color Harmonies of #04300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04300C

Black with #04300C

Text Example


Text Example

White with #04300C

Text Example


Text Example

HTML Codes & Css Web 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>