Html Css Color HEX #003007 Deep Fir

📋 copy color: '#003007'

red 0 ◦ green 48 ◦ blue 7

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

Shades of Deep Fir #003007

Tints of Deep Fir #003007

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.13% from 255) = 12.73%

R = 0%
G = 87.27%
B = 12.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#003007 (or 0x003007) is known color: 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

RGB 0 48 7 -
CMYK 1 0 0.85 0.81
HSL 128.75º 1% 0.09% -
HSV(B) 128.75º 1% 0.19% -
XYZ 1.1 2.13 0.55 -
YUV 28.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 0 48 7 1 0 0.85 0.81 128.75 1 0.09
Hex 0 30 7 64 0 55 51 81 64 9
Octal 0 60 7 144 0 125 121 201 144 11
Binary 0 110000 111 1100100 0 1010101 1010001 10000001 1100100 1001

Color Harmonies of #003007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003007

Black with #003007

Text Example


Text Example

White with #003007

Text Example


Text Example

HTML Codes & Css Web 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>