#012508

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

Shades of Deep Fir #012508

Tints of Deep Fir #012508

Color information

#012508 (or 0x012508) is unknown color: approx Deep Fir. HEX triplet: 01, 25 and 08. RGB value is (1,37,8). Sum of RGB (Red+Green+Blue) = 1+37+8=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 37 (14.84% from 255 or 80.43% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 37 - color contains mainly: green. Hex color #012508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012508 is #FEDAF7. Grayscale: #171717. Windows color (decimal): -16702200 or 533761. OLE color: 533761.

HSL color Cylindrical-coordinate representation of color #012508: hue angle of 131.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012508 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB1378-
CMYK0.9700.780.85
HSL131.67º94.74%7.45%-
HSV(B)131.67º97.3%14.51%-
XYZ0.721.350.45-
YUV22.93119.57112.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 37 (14.84% from 255) = 80.43%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=2.17%
G=80.43%
B=17.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13780.9700.780.85131.6794.747.45
Hex12586104E55845f7
Octal1451014101161252041377
Binary110010110001100001010011101010101100001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012508; }

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

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

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

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

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

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

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

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