#03430D

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

Shades of Deep Fir #03430D

Tints of Deep Fir #03430D

Color information

#03430D (or 0x03430D) is unknown color: approx Deep Fir. HEX triplet: 03, 43 and 0D. RGB value is (3,67,13). Sum of RGB (Red+Green+Blue) = 3+67+13=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #03430D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03430D is #FCBCF2. Grayscale: #292929. Windows color (decimal): -16563443 or 869123. OLE color: 869123.

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

Color convert

RGB36713-
CMYK0.9600.810.74
HSL129.38º91.43%13.73%-
HSV(B)129.38º95.52%26.27%-
XYZ2.124.061.05-
YUV41.71111.8100.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 67 (26.56% from 255) = 80.72%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=3.61%
G=80.72%
B=15.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367130.9600.810.74129.3891.4313.73
Hex343D600514A815be
Octal310315140012111220113316
Binary111000011110111000000101000110010101000000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03430D; }

 p { color: rgb(3,67,13); }

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

<style>
 a { background-color: #03430D; }

 a { background-color: rgb(3,67,13); }

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

<style>
 span { border-color: #03430D; }

 span { border-color: rgb(3,67,13); }

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