#013008

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

Shades of Deep Fir #013008

Tints of Deep Fir #013008

Color information

#013008 (or 0x013008) is unknown color: approx Deep Fir. HEX triplet: 01, 30 and 08. RGB value is (1,48,8). Sum of RGB (Red+Green+Blue) = 1+48+8=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 48 (19.14% from 255 or 84.21% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 48 - color contains mainly: green. Hex color #013008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013008 is #FECFF7. Grayscale: #1D1D1D. Windows color (decimal): -16699384 or 536577. OLE color: 536577.

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

Color convert

RGB1488-
CMYK0.9800.830.81
HSL128.94º95.92%9.61%-
HSV(B)128.94º97.92%18.82%-
XYZ1.112.140.58-
YUV29.39115.93107.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 48 (19.14% from 255) = 84.21%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=1.75%
G=84.21%
B=14.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14880.9800.830.81128.9495.929.61
Hex130862053518160a
Octal16010142012312120114012
Binary1110000100011000100101001110100011000000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013008; }

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

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

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

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

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

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

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

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