#002504

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

Shades of Deep Fir #002504

Tints of Deep Fir #002504

Color information

#002504 (or 0x002504) is unknown color: approx Deep Fir. HEX triplet: 00, 25 and 04. RGB value is (0,37,4). Sum of RGB (Red+Green+Blue) = 0+37+4=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 37 (14.84% from 255 or 90.24% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 37 - color contains mainly: green. Hex color #002504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002504 is #FFDAFB. Grayscale: #161616. Windows color (decimal): -16767740 or 271616. OLE color: 271616.

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

Color convert

RGB0374-
CMYK100.890.85
HSL126.49º100%7.25%-
HSV(B)126.49º100%14.51%-
XYZ0.681.330.34-
YUV22.17117.74112.18-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0374100.890.85126.491007.25
Hex025464059557e647
Octal045414401311251761447
Binary0100101100110010001011001101010111111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002504; }

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

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

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

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

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

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

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

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