#12461F

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

Shades of Deep Fir #12461F

Tints of Deep Fir #12461F

Color information

#12461F (or 0x12461F) is unknown color: approx Deep Fir. HEX triplet: 12, 46 and 1F. RGB value is (18,70,31). Sum of RGB (Red+Green+Blue) = 18+70+31=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #12461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12461F is #EDB9E0. Grayscale: #323232. Windows color (decimal): -15579617 or 2049554. OLE color: 2049554.

HSL color Cylindrical-coordinate representation of color #12461F: hue angle of 135º 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 #12461F is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB187031-
CMYK0.7400.560.73
HSL135º59.09%17.25%-
HSV(B)135º74.29%27.45%-
XYZ2.694.612.04-
YUV50.01117.27105.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=15.13%
G=58.82%
B=26.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870310.7400.560.7313559.0917.25
Hex12461F4A03849873b11
Octal22106371120701112077321
Binary100101000110111111001010011100010010011000011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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