#002405

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

Shades of Deep Fir #002405

Tints of Deep Fir #002405

Color information

#002405 (or 0x002405) is unknown color: approx Deep Fir. HEX triplet: 00, 24 and 05. RGB value is (0,36,5). Sum of RGB (Red+Green+Blue) = 0+36+5=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #002405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002405 is #FFDBFA. Grayscale: #151515. Windows color (decimal): -16767995 or 336896. OLE color: 336896.

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

Color convert

RGB0365-
CMYK100.860.86
HSL128.33º100%7.06%-
HSV(B)128.33º100%14.12%-
XYZ0.661.270.35-
YUV21.7118.57112.52-

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) = 87.80%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=0%
G=87.80%
B=12.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0365100.860.86128.331007.06
Hex0245640565680647
Octal044514401261262001447
Binary01001001011100100010101101010110100000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002405; }

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

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

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

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

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

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

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

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