Html Css Color HEX #03480F Deep Fir

📋 copy color: '#03480F'

red 3 ◦ green 72 ◦ blue 15

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

Shades of Deep Fir #03480F

Tints of Deep Fir #03480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 80%

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

R = 3.33%
G = 80%
B = 16.67%

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

#03480F (or 0x03480F) is known color: Deep Fir. HEX triplet: 03, 48 and 0F. RGB value is (3,72,15). Sum of RGB (Red+Green+Blue) = 3+72+15=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 72 (28.52% from 255 or 80% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 72 - color contains mainly: green. Hex color #03480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03480F is #FCB7F0. Grayscale: #2D2D2D. Windows color (decimal): -16562161 or 1001475. OLE color: 1001475.

HSL color Cylindrical-coordinate representation of color #03480F: hue angle of 130.43º 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 #03480F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 15 -
CMYK 0.96 0 0.79 0.72
HSL 130.43º 0.92% 0.15% -
HSV(B) 130.43º 0.96% 0.28% -
XYZ 2.44 4.69 1.23 -
YUV 44.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 3 72 15 0.96 0 0.79 0.72 130.43 0.92 0.15
Hex 3 48 F 60 0 4F 48 82 5C F
Octal 3 110 17 140 0 117 110 202 134 17
Binary 11 1001000 1111 1100000 0 1001111 1001000 10000010 1011100 1111

Color Harmonies of #03480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03480F

Black with #03480F

Text Example


Text Example

White with #03480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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