Html Css Color HEX #003009 Deep Fir

📋 copy color: '#003009'

red 0 ◦ green 48 ◦ blue 9

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

Shades of Deep Fir #003009

Tints of Deep Fir #003009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.79%

R = 0%
G = 84.21%
B = 15.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.81

RGB Variations

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

Color information

#003009 (or 0x003009) is known color: Deep Fir. HEX triplet: 00, 30 and 09. RGB value is (0,48,9). Sum of RGB (Red+Green+Blue) = 0+48+9=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #003009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003009 is #FFCFF6. Grayscale: #1D1D1D. Windows color (decimal): -16764919 or 602112. OLE color: 602112.

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

Color convert

RGB 0 48 9 -
CMYK 1 0 0.81 0.81
HSL 131.25º 1% 0.09% -
HSV(B) 131.25º 1% 0.19% -
XYZ 1.11 2.13 0.61 -
YUV 29.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 0 48 9 1 0 0.81 0.81 131.25 1 0.09
Hex 0 30 9 64 0 51 51 83 64 9
Octal 0 60 11 144 0 121 121 203 144 11
Binary 0 110000 1001 1100100 0 1010001 1010001 10000011 1100100 1001

Color Harmonies of #003009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003009

Black with #003009

Text Example


Text Example

White with #003009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003009; }

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

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

background-color css

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

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

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

border-color css

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

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

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