#012507

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

Shades of Deep Fir #012507

Tints of Deep Fir #012507

Color information

#012507 (or 0x012507) is unknown color: approx Deep Fir. HEX triplet: 01, 25 and 07. RGB value is (1,37,7). Sum of RGB (Red+Green+Blue) = 1+37+7=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #012507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012507 is #FEDAF8. Grayscale: #161616. Windows color (decimal): -16702201 or 468225. OLE color: 468225.

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

Color convert

RGB1377-
CMYK0.9700.810.85
HSL130º94.74%7.45%-
HSV(B)130º97.3%14.51%-
XYZ0.711.340.42-
YUV22.82119.07112.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.22%
GREEN value IS 37 (14.84% from 255) = 82.22%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=2.22%
G=82.22%
B=15.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13770.9700.810.8513094.747.45
Hex12576105155825f7
Octal145714101211252021377
Binary11001011111100001010100011010101100000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012507; }

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

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

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

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

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

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

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

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