#12441A

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

Shades of Deep Fir #12441A

Tints of Deep Fir #12441A

Color information

#12441A (or 0x12441A) is unknown color: approx Deep Fir. HEX triplet: 12, 44 and 1A. RGB value is (18,68,26). Sum of RGB (Red+Green+Blue) = 18+68+26=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #12441A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12441A is #EDBBE5. Grayscale: #303030. Windows color (decimal): -15580134 or 1721362. OLE color: 1721362.

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

Color convert

RGB186826-
CMYK0.7400.620.73
HSL129.6º58.14%16.86%-
HSV(B)129.6º73.53%26.67%-
XYZ2.54.341.68-
YUV48.26115.44106.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=16.07%
G=60.71%
B=23.21%

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
Decimal1868260.7400.620.73129.658.1416.86
Hex12441A4A03E49823a11
Octal22104321120761112027221
Binary100101000100110101001010011111010010011000001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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