#12451A

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

Shades of Deep Fir #12451A

Tints of Deep Fir #12451A

Color information

#12451A (or 0x12451A) is unknown color: approx Deep Fir. HEX triplet: 12, 45 and 1A. RGB value is (18,69,26). Sum of RGB (Red+Green+Blue) = 18+69+26=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #12451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12451A is #EDBAE5. Grayscale: #303030. Windows color (decimal): -15579878 or 1721618. OLE color: 1721618.

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

Color convert

RGB186926-
CMYK0.7400.620.73
HSL129.41º58.62%17.06%-
HSV(B)129.41º73.91%27.06%-
XYZ2.564.461.7-
YUV48.85115.1106-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=15.93%
G=61.06%
B=23.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869260.7400.620.73129.4158.6217.06
Hex12451A4A03E49813b11
Octal22105321120761112017321
Binary100101000101110101001010011111010010011000000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12451A; }

 p { color: rgb(18,69,26); }

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

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

 a { background-color: rgb(18,69,26); }

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

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

 span { border-color: rgb(18,69,26); }

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