Html Css Color HEX #002406 Deep Fir

📋 copy color: '#002406'

red 0 ◦ green 36 ◦ blue 6

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

Shades of Deep Fir #002406

Tints of Deep Fir #002406

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 36 (14.45% from 255) = 85.71%

 BLUE value IS 6 (2.73% from 255) = 14.29%

R = 0%
G = 85.71%
B = 14.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.86

RGB Variations

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

Color information

#002406 (or 0x002406) is known color: Deep Fir. HEX triplet: 00, 24 and 06. RGB value is (0,36,6). Sum of RGB (Red+Green+Blue) = 0+36+6=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 36 (14.45% from 255 or 85.71% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 36 - color contains mainly: green. Hex color #002406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002406 is #FFDBF9. Grayscale: #151515. Windows color (decimal): -16767994 or 402432. OLE color: 402432.

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

Color convert

RGB 0 36 6 -
CMYK 1 0 0.83 0.86
HSL 130º 1% 0.07% -
HSV(B) 130º 1% 0.14% -
XYZ 0.66 1.27 0.38 -
YUV 21.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 0 36 6 1 0 0.83 0.86 130 1 0.07
Hex 0 24 6 64 0 53 56 82 64 7
Octal 0 44 6 144 0 123 126 202 144 7
Binary 0 100100 110 1100100 0 1010011 1010110 10000010 1100100 111

Color Harmonies of #002406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002406

Black with #002406

Text Example


Text Example

White with #002406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002406; }

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

 H1.HeaderClassName
 {
   color: #002406;
 }
 .AnyTagClassName
 {
   color: #002406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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