#012505

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

Shades of Deep Fir #012505

Tints of Deep Fir #012505

Color information

#012505 (or 0x012505) is unknown color: approx Deep Fir. HEX triplet: 01, 25 and 05. RGB value is (1,37,5). Sum of RGB (Red+Green+Blue) = 1+37+5=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #012505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012505 is #FEDAFA. Grayscale: #161616. Windows color (decimal): -16702203 or 337153. OLE color: 337153.

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

Color convert

RGB1375-
CMYK0.9700.860.85
HSL126.67º94.74%7.45%-
HSV(B)126.67º97.3%14.51%-
XYZ0.71.340.37-
YUV22.59118.07112.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 37 (14.84% from 255) = 86.05%
BLUE value IS 5 (2.34% from 255) = 11.63%
R=2.33%
G=86.05%
B=11.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal13750.9700.860.85126.6794.747.45
Hex125561056557f5f7
Octal145514101261251771377
Binary1100101101110000101010110101010111111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012505; }

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

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

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

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

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

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

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

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