#003009

Color #003009 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #003009

Tints of Deep Fir #003009

Color information

#003009 (or 0x003009) is unknown color: approx 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

RGB0489-
CMYK100.810.81
HSL131.25º100%9.41%-
HSV(B)131.25º100%18.82%-
XYZ1.112.130.61-
YUV29.2116.6107.17-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0489100.810.81131.251009.41
Hex0309640515183649
Octal06011144012112120314411
Binary0110000100111001000101000110100011000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>