#003107

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

Shades of Deep Fir #003107

Tints of Deep Fir #003107

Color information

#003107 (or 0x003107) is unknown color: approx Deep Fir. HEX triplet: 00, 31 and 07. RGB value is (0,49,7). Sum of RGB (Red+Green+Blue) = 0+49+7=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 49 (19.53% from 255 or 87.5% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 49 - color contains mainly: green. Hex color #003107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003107 is #FFCEF8. Grayscale: #1D1D1D. Windows color (decimal): -16764665 or 471296. OLE color: 471296.

HSL color Cylindrical-coordinate representation of color #003107: hue angle of 128.57º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003107 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.

Color convert

RGB0497-
CMYK100.860.81
HSL128.57º100%9.61%-
HSV(B)128.57º100%19.22%-
XYZ1.142.210.57-
YUV29.56115.27106.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 87.5%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=0%
G=87.5%
B=12.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0497100.860.81128.571009.61
Hex031764056518164a
Octal0617144012612120114412
Binary011000111111001000101011010100011000000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003107; }

 p { color: rgb(0,49,7); }

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

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

 a { background-color: rgb(0,49,7); }

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

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

 span { border-color: rgb(0,49,7); }

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