#12461D

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

Shades of Deep Fir #12461D

Tints of Deep Fir #12461D

Color information

#12461D (or 0x12461D) is unknown color: approx Deep Fir. HEX triplet: 12, 46 and 1D. RGB value is (18,70,29). Sum of RGB (Red+Green+Blue) = 18+70+29=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 70 (27.73% from 255 or 59.83% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 70 - color contains mainly: green. Hex color #12461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12461D is #EDB9E2. Grayscale: #313131. Windows color (decimal): -15579619 or 1918482. OLE color: 1918482.

HSL color Cylindrical-coordinate representation of color #12461D: hue angle of 132.69º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12461D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB187029-
CMYK0.7400.590.73
HSL132.69º59.09%17.25%-
HSV(B)132.69º74.29%27.45%-
XYZ2.664.61.91-
YUV49.78116.27105.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 70 (27.73% from 255) = 59.83%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=15.38%
G=59.83%
B=24.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870290.7400.590.73132.6959.0917.25
Hex12461D4A03B49853b11
Octal22106351120731112057321
Binary100101000110111011001010011101110010011000010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12461D; }

 p { color: rgb(18,70,29); }

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

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

 a { background-color: rgb(18,70,29); }

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

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

 span { border-color: rgb(18,70,29); }

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