#034A0F

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

Shades of Deep Fir #034A0F

Tints of Deep Fir #034A0F

Color information

#034A0F (or 0x034A0F) is unknown color: approx Deep Fir. HEX triplet: 03, 4A and 0F. RGB value is (3,74,15). Sum of RGB (Red+Green+Blue) = 3+74+15=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 74 (29.30% from 255 or 80.43% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 74 - color contains mainly: green. Hex color #034A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034A0F is #FCB5F0. Grayscale: #2E2E2E. Windows color (decimal): -16561649 or 1001987. OLE color: 1001987.

HSL color Cylindrical-coordinate representation of color #034A0F: hue angle of 130.14º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A0F is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB37415-
CMYK0.9600.800.71
HSL130.14º92.21%15.1%-
HSV(B)130.14º95.95%29.02%-
XYZ2.574.951.27-
YUV46.04110.4897.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 74 (29.30% from 255) = 80.43%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=3.26%
G=80.43%
B=16.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal374150.9600.800.71130.1492.2115.1
Hex34AF6005047825cf
Octal311217140012010720213417
Binary111001010111111000000101000010001111000001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034A0F; }

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

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

<style>
 a { background-color: #034A0F; }

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

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

<style>
 span { border-color: #034A0F; }

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

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