#002507

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

Shades of Deep Fir #002507

Tints of Deep Fir #002507

Color information

#002507 (or 0x002507) is unknown color: approx Deep Fir. HEX triplet: 00, 25 and 07. RGB value is (0,37,7). Sum of RGB (Red+Green+Blue) = 0+37+7=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #002507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002507 is #FFDAF8. Grayscale: #161616. Windows color (decimal): -16767737 or 468224. OLE color: 468224.

HSL color Cylindrical-coordinate representation of color #002507: hue angle of 131.35º 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 #002507 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB0377-
CMYK100.810.85
HSL131.35º100%7.25%-
HSV(B)131.35º100%14.51%-
XYZ0.71.340.42-
YUV22.52119.24111.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 84.09%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=0%
G=84.09%
B=15.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0377100.810.85131.351007.25
Hex0257640515583647
Octal045714401211252031447
Binary01001011111100100010100011010101100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002507; }

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

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

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

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

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

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

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

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