Html Css Color HEX #002404 Deep Fir

📋 copy color: '#002404'

red 0 ◦ green 36 ◦ blue 4

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

Shades of Deep Fir #002404

Tints of Deep Fir #002404

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

 M value IS 0

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

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

RGB 0 36 4 -
CMYK 1 0 0.89 0.86
HSL 126.67º 1% 0.07% -
HSV(B) 126.67º 1% 0.14% -
XYZ 0.65 1.27 0.33 -
YUV 21.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 0 36 4 1 0 0.89 0.86 126.67 1 0.07
Hex 0 24 4 64 0 59 56 7F 64 7
Octal 0 44 4 144 0 131 126 177 144 7
Binary 0 100100 100 1100100 0 1011001 1010110 1111111 1100100 111

Color Harmonies of #002404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002404

Black with #002404

Text Example


Text Example

White with #002404

Text Example


Text Example

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