#002407

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

Shades of Deep Fir #002407

Tints of Deep Fir #002407

Color information

#002407 (or 0x002407) is unknown color: approx Deep Fir. HEX triplet: 00, 24 and 07. RGB value is (0,36,7). Sum of RGB (Red+Green+Blue) = 0+36+7=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 36 (14.45% from 255 or 83.72% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 36 - color contains mainly: green. Hex color #002407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002407 is #FFDBF8. Grayscale: #161616. Windows color (decimal): -16767993 or 467968. OLE color: 467968.

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

Color convert

RGB0367-
CMYK100.810.86
HSL131.67º100%7.06%-
HSV(B)131.67º100%14.12%-
XYZ0.671.280.41-
YUV21.93119.57112.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 83.72%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=0%
G=83.72%
B=16.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0367100.810.86131.671007.06
Hex0247640515684647
Octal044714401211262041447
Binary01001001111100100010100011010110100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002407; }

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

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

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

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

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

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

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

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