Html Css Color HEX #002808 Deep Fir

📋 copy color: '#002808'

red 0 ◦ green 40 ◦ blue 8

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

Shades of Deep Fir #002808

Tints of Deep Fir #002808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 16.67%

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#002808 (or 0x002808) is known color: Deep Fir. HEX triplet: 00, 28 and 08. RGB value is (0,40,8). Sum of RGB (Red+Green+Blue) = 0+40+8=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 40 (16.02% from 255 or 83.33% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 40 - color contains mainly: green. Hex color #002808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002808 is #FFD7F7. Grayscale: #181818. Windows color (decimal): -16766968 or 534528. OLE color: 534528.

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

Color convert

RGB 0 40 8 -
CMYK 1 0 0.80 0.84
HSL 132º 1% 0.08% -
HSV(B) 132º 1% 0.16% -
XYZ 0.8 1.54 0.48 -
YUV 24.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 0 40 8 1 0 0.80 0.84 132 1 0.08
Hex 0 28 8 64 0 50 54 84 64 8
Octal 0 50 10 144 0 120 124 204 144 10
Binary 0 101000 1000 1100100 0 1010000 1010100 10000100 1100100 1000

Color Harmonies of #002808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002808

Black with #002808

Text Example


Text Example

White with #002808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002808; }

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

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

background-color css

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

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

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

border-color css

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

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

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