Html Css Color HEX #002806 Deep Fir

📋 copy color: '#002806'

red 0 ◦ green 40 ◦ blue 6

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

Shades of Deep Fir #002806

Tints of Deep Fir #002806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 86.96%

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

R = 0%
G = 86.96%
B = 13.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.84

RGB Variations

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

Color information

#002806 (or 0x002806) is known color: Deep Fir. HEX triplet: 00, 28 and 06. RGB value is (0,40,6). Sum of RGB (Red+Green+Blue) = 0+40+6=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 40 (16.02% from 255 or 86.96% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 40 - color contains mainly: green. Hex color #002806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002806 is #FFD7F9. Grayscale: #181818. Windows color (decimal): -16766970 or 403456. OLE color: 403456.

HSL color Cylindrical-coordinate representation of color #002806: hue angle of 129º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002806 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 40 6 -
CMYK 1 0 0.85 0.84
HSL 129º 1% 0.08% -
HSV(B) 129º 1% 0.16% -
XYZ 0.79 1.53 0.43 -
YUV 24.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 0 40 6 1 0 0.85 0.84 129 1 0.08
Hex 0 28 6 64 0 55 54 81 64 8
Octal 0 50 6 144 0 125 124 201 144 10
Binary 0 101000 110 1100100 0 1010101 1010100 10000001 1100100 1000

Color Harmonies of #002806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002806

Black with #002806

Text Example


Text Example

White with #002806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002806; }

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

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

background-color css

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

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

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

border-color css

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

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

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