Html Css Color HEX #04300D Deep Fir

📋 copy color: '#04300D'

red 4 ◦ green 48 ◦ blue 13

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

Shades of Deep Fir #04300D

Tints of Deep Fir #04300D

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

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 4 48 13 -
CMYK 0.92 0 0.73 0.81
HSL 132.27º 0.85% 0.1% -
HSV(B) 132.27º 0.92% 0.19% -
XYZ 1.18 2.17 0.74 -
YUV 30.85 117.92 108.85 -
System Red Green Blue C M Y K H S L
Decimal 4 48 13 0.92 0 0.73 0.81 132.27 0.85 0.1
Hex 4 30 D 5C 0 49 51 84 55 A
Octal 4 60 15 134 0 111 121 204 125 12
Binary 100 110000 1101 1011100 0 1001001 1010001 10000100 1010101 1010

Color Harmonies of #04300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04300D

Black with #04300D

Text Example


Text Example

White with #04300D

Text Example


Text Example

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