#12441D

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

Shades of Deep Fir #12441D

Tints of Deep Fir #12441D

Color information

#12441D (or 0x12441D) is unknown color: approx Deep Fir. HEX triplet: 12, 44 and 1D. RGB value is (18,68,29). Sum of RGB (Red+Green+Blue) = 18+68+29=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #12441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12441D is #EDBBE2. Grayscale: #303030. Windows color (decimal): -15580131 or 1917970. OLE color: 1917970.

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

Color convert

RGB186829-
CMYK0.7400.570.73
HSL133.2º58.14%16.86%-
HSV(B)133.2º73.53%26.67%-
XYZ2.544.351.87-
YUV48.6116.94106.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 68 (26.95% from 255) = 59.13%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=15.65%
G=59.13%
B=25.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868290.7400.570.73133.258.1416.86
Hex12441D4A03949853a11
Octal22104351120711112057221
Binary100101000100111011001010011100110010011000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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