Html Css Color HEX #013007 Deep Fir

📋 copy color: '#013007'

red 1 ◦ green 48 ◦ blue 7

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

Shades of Deep Fir #013007

Tints of Deep Fir #013007

RGB

 RED value IS 1 (0.78% from 255) = 1.79%

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

 BLUE value IS 7 (3.13% from 255) = 12.5%

R = 1.79%
G = 85.71%
B = 12.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#013007 (or 0x013007) is known color: Deep Fir. HEX triplet: 01, 30 and 07. RGB value is (1,48,7). Sum of RGB (Red+Green+Blue) = 1+48+7=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #013007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013007 is #FECFF8. Grayscale: #1D1D1D. Windows color (decimal): -16699385 or 471041. OLE color: 471041.

HSL color Cylindrical-coordinate representation of color #013007: hue angle of 127.66º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013007 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 48 7 -
CMYK 0.98 0 0.85 0.81
HSL 127.66º 0.96% 0.1% -
HSV(B) 127.66º 0.98% 0.19% -
XYZ 1.11 2.14 0.55 -
YUV 29.27 115.43 107.83 -
System Red Green Blue C M Y K H S L
Decimal 1 48 7 0.98 0 0.85 0.81 127.66 0.96 0.1
Hex 1 30 7 62 0 55 51 80 60 A
Octal 1 60 7 142 0 125 121 200 140 12
Binary 1 110000 111 1100010 0 1010101 1010001 10000000 1100000 1010

Color Harmonies of #013007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013007

Black with #013007

Text Example


Text Example

White with #013007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013007; }

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

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

background-color css

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

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

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

border-color css

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

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

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