#002404

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

Shades of Deep Fir #002404

Tints of Deep Fir #002404

Color information

#002404 (or 0x002404) is unknown color: approx Deep Fir. HEX triplet: 00, 24 and 04. RGB value is (0,36,4). Sum of RGB (Red+Green+Blue) = 0+36+4=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 36 (14.45% from 255 or 90% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 36 - color contains mainly: green. Hex color #002404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002404 is #FFDBFB. Grayscale: #151515. Windows color (decimal): -16767996 or 271360. OLE color: 271360.

HSL color Cylindrical-coordinate representation of color #002404: hue angle of 126.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 #002404 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB0364-
CMYK100.890.86
HSL126.67º100%7.06%-
HSV(B)126.67º100%14.12%-
XYZ0.651.270.33-
YUV21.59118.07112.6-

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) = 90%
BLUE value IS 4 (1.95% from 255) = 10%
R=0%
G=90%
B=10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0364100.890.86126.671007.06
Hex024464059567f647
Octal044414401311261771447
Binary0100100100110010001011001101011011111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002404; }

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

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

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

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

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

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

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

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