Html Css Color HEX #002504 Deep Fir

📋 copy color: '#002504'

red 0 ◦ green 37 ◦ blue 4

#002504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #002504

Tints of Deep Fir #002504

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 value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#002504 (or 0x002504) is known color: 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

RGB 0 37 4 -
CMYK 1 0 0.89 0.85
HSL 126.49º 1% 0.07% -
HSV(B) 126.49º 1% 0.15% -
XYZ 0.68 1.33 0.34 -
YUV 22.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 0 37 4 1 0 0.89 0.85 126.49 1 0.07
Hex 0 25 4 64 0 59 55 7E 64 7
Octal 0 45 4 144 0 131 125 176 144 7
Binary 0 100101 100 1100100 0 1011001 1010101 1111110 1100100 111

Color Harmonies of #002504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002504

Black with #002504

Text Example


Text Example

White with #002504

Text Example


Text Example

HTML Codes & Css Web 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>