Html Css Color HEX #003808 Deep Fir

📋 copy color: '#003808'

red 0 ◦ green 56 ◦ blue 8

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

Shades of Deep Fir #003808

Tints of Deep Fir #003808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 87.5%

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

R = 0%
G = 87.5%
B = 12.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#003808 (or 0x003808) is known color: Deep Fir. HEX triplet: 00, 38 and 08. RGB value is (0,56,8). Sum of RGB (Red+Green+Blue) = 0+56+8=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 56 (22.27% from 255 or 87.5% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 56 - color contains mainly: green. Hex color #003808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003808 is #FFC7F7. Grayscale: #212121. Windows color (decimal): -16762872 or 538624. OLE color: 538624.

HSL color Cylindrical-coordinate representation of color #003808: hue angle of 128.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003808 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 8 -
CMYK 1 0 0.86 0.78
HSL 128.57º 1% 0.11% -
HSV(B) 128.57º 1% 0.22% -
XYZ 1.46 2.85 0.7 -
YUV 33.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 0 56 8 1 0 0.86 0.78 128.57 1 0.11
Hex 0 38 8 64 0 56 4E 81 64 B
Octal 0 70 10 144 0 126 116 201 144 13
Binary 0 111000 1000 1100100 0 1010110 1001110 10000001 1100100 1011

Color Harmonies of #003808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003808

Black with #003808

Text Example


Text Example

White with #003808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003808; }

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

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

background-color css

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

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

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

border-color css

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

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

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