Html Css Color HEX #003008 Deep Fir

📋 copy color: '#003008'

red 0 ◦ green 48 ◦ blue 8

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

Shades of Deep Fir #003008

Tints of Deep Fir #003008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 85.71%

 BLUE value IS 8 (3.52% 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.81

RGB Variations

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

Color information

#003008 (or 0x003008) is known color: Deep Fir. HEX triplet: 00, 30 and 08. RGB value is (0,48,8). Sum of RGB (Red+Green+Blue) = 0+48+8=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #003008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003008 is #FFCFF7. Grayscale: #1D1D1D. Windows color (decimal): -16764920 or 536576. OLE color: 536576.

HSL color Cylindrical-coordinate representation of color #003008: hue angle of 130º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003008 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 48 8 -
CMYK 1 0 0.83 0.81
HSL 130º 1% 0.09% -
HSV(B) 130º 1% 0.19% -
XYZ 1.1 2.13 0.58 -
YUV 29.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 0 48 8 1 0 0.83 0.81 130 1 0.09
Hex 0 30 8 64 0 53 51 82 64 9
Octal 0 60 10 144 0 123 121 202 144 11
Binary 0 110000 1000 1100100 0 1010011 1010001 10000010 1100100 1001

Color Harmonies of #003008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003008

Black with #003008

Text Example


Text Example

White with #003008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003008; }

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

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

background-color css

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

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

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

border-color css

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

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

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