#04300B

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

Shades of Deep Fir #04300B

Tints of Deep Fir #04300B

Color information

#04300B (or 0x04300B) is unknown color: approx Deep Fir. HEX triplet: 04, 30 and 0B. RGB value is (4,48,11). Sum of RGB (Red+Green+Blue) = 4+48+11=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #04300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04300B is #FBCFF4. Grayscale: #1E1E1E. Windows color (decimal): -16502773 or 733188. OLE color: 733188.

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

Color convert

RGB44811-
CMYK0.9200.770.81
HSL129.55º84.62%10.2%-
HSV(B)129.55º91.67%18.82%-
XYZ1.172.160.67-
YUV30.63116.92109.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 48 (19.14% from 255) = 76.19%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=6.35%
G=76.19%
B=17.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal448110.9200.770.81129.5584.6210.2
Hex430B5C04D518255a
Octal46013134011512120212512
Binary100110000101110111000100110110100011000001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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