#03420F

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

Shades of Deep Fir #03420F

Tints of Deep Fir #03420F

Color information

#03420F (or 0x03420F) is unknown color: approx Deep Fir. HEX triplet: 03, 42 and 0F. RGB value is (3,66,15). Sum of RGB (Red+Green+Blue) = 3+66+15=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #03420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420F is #FCBDF0. Grayscale: #292929. Windows color (decimal): -16563697 or 999939. OLE color: 999939.

HSL color Cylindrical-coordinate representation of color #03420F: hue angle of 131.43º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03420F is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB36615-
CMYK0.9500.770.74
HSL131.43º91.3%13.53%-
HSV(B)131.43º95.45%25.88%-
XYZ2.073.951.11-
YUV41.35113.13100.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.57%
GREEN value IS 66 (26.17% from 255) = 78.57%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=3.57%
G=78.57%
B=17.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal366150.9500.770.74131.4391.313.53
Hex342F5F04D4A835be
Octal310217137011511220313316
Binary111000010111110111110100110110010101000001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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