Html Css Color HEX #03470F Deep Fir

📋 copy color: '#03470F'

red 3 ◦ green 71 ◦ blue 15

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

Shades of Deep Fir #03470F

Tints of Deep Fir #03470F

RGB

 RED value IS 3 (1.56% from 255) = 3.37%

 GREEN value IS 71 (28.13% from 255) = 79.78%

 BLUE value IS 15 (6.25% from 255) = 16.85%

R = 3.37%
G = 79.78%
B = 16.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#03470F (or 0x03470F) is known color: Deep Fir. HEX triplet: 03, 47 and 0F. RGB value is (3,71,15). Sum of RGB (Red+Green+Blue) = 3+71+15=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #03470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03470F is #FCB8F0. Grayscale: #2C2C2C. Windows color (decimal): -16562417 or 1001219. OLE color: 1001219.

HSL color Cylindrical-coordinate representation of color #03470F: hue angle of 130.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03470F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 15 -
CMYK 0.96 0 0.79 0.72
HSL 130.59º 0.92% 0.15% -
HSV(B) 130.59º 0.96% 0.28% -
XYZ 2.38 4.56 1.21 -
YUV 44.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 3 71 15 0.96 0 0.79 0.72 130.59 0.92 0.15
Hex 3 47 F 60 0 4F 48 83 5C F
Octal 3 107 17 140 0 117 110 203 134 17
Binary 11 1000111 1111 1100000 0 1001111 1001000 10000011 1011100 1111

Color Harmonies of #03470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03470F

Black with #03470F

Text Example


Text Example

White with #03470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03470F; }

 p { color: rgb(3,71,15); }

 H1.HeaderClassName
 {
   color: #03470F;
 }
 .AnyTagClassName
 {
   color: #03470F;
 }
</style>

background-color css

<style>
 a { background-color: #03470F; }

 a { background-color: rgb(3,71,15); }

 div.DivClassName
 {
   background-color: #03470F;
 }
 .BgClassName
 {
   background-color: #03470F;
 }
</style>

border-color css

<style>
 span { border-color: #03470F; }

 span { border-color: rgb(3,71,15); }

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