#12441E

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

Shades of Deep Fir #12441E

Tints of Deep Fir #12441E

Color information

#12441E (or 0x12441E) is unknown color: approx Deep Fir. HEX triplet: 12, 44 and 1E. RGB value is (18,68,30). Sum of RGB (Red+Green+Blue) = 18+68+30=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #12441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12441E is #EDBBE1. Grayscale: #303030. Windows color (decimal): -15580130 or 1983506. OLE color: 1983506.

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

Color convert

RGB186830-
CMYK0.7400.560.73
HSL134.4º58.14%16.86%-
HSV(B)134.4º73.53%26.67%-
XYZ2.554.361.93-
YUV48.72117.44106.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 68 (26.95% from 255) = 58.62%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=15.52%
G=58.62%
B=25.86%

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
Decimal1868300.7400.560.73134.458.1416.86
Hex12441E4A03849863a11
Octal22104361120701112067221
Binary100101000100111101001010011100010010011000011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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