#003007

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

Shades of Deep Fir #003007

Tints of Deep Fir #003007

Color information

#003007 (or 0x003007) is unknown color: approx Deep Fir. HEX triplet: 00, 30 and 07. RGB value is (0,48,7). Sum of RGB (Red+Green+Blue) = 0+48+7=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 48 (19.14% from 255 or 87.27% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 48 - color contains mainly: green. Hex color #003007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003007 is #FFCFF8. Grayscale: #1D1D1D. Windows color (decimal): -16764921 or 471040. OLE color: 471040.

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

Color convert

RGB0487-
CMYK100.850.81
HSL128.75º100%9.41%-
HSV(B)128.75º100%18.82%-
XYZ1.12.130.55-
YUV28.97115.6107.33-

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) = 87.27%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=0%
G=87.27%
B=12.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0487100.850.81128.751009.41
Hex0307640555181649
Octal0607144012512120114411
Binary011000011111001000101010110100011000000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003007; }

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

 H1.HeaderClassName
 {
   color: #003007;
 }
 .AnyTagClassName
 {
   color: #003007;
 }
</style>
background-color css

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

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

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

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

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

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