#002607

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

Shades of Deep Fir #002607

Tints of Deep Fir #002607

Color information

#002607 (or 0x002607) is unknown color: approx Deep Fir. HEX triplet: 00, 26 and 07. RGB value is (0,38,7). Sum of RGB (Red+Green+Blue) = 0+38+7=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 38 (15.23% from 255 or 84.44% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 38 - color contains mainly: green. Hex color #002607 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002607 is #FFD9F8. Grayscale: #171717. Windows color (decimal): -16767481 or 468480. OLE color: 468480.

HSL color Cylindrical-coordinate representation of color #002607: hue angle of 131.05º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002607 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB0387-
CMYK100.820.85
HSL131.05º100%7.45%-
HSV(B)131.05º100%14.9%-
XYZ0.731.40.43-
YUV23.1118.91111.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 84.44%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=0%
G=84.44%
B=15.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0387100.820.85131.051007.45
Hex0267640525583647
Octal046714401221252031447
Binary01001101111100100010100101010101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002607; }

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

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

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

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

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

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

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

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