#12411D

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

Shades of Deep Fir #12411D

Tints of Deep Fir #12411D

Color information

#12411D (or 0x12411D) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 1D. RGB value is (18,65,29). Sum of RGB (Red+Green+Blue) = 18+65+29=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #12411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411D is #EDBEE2. Grayscale: #2E2E2E. Windows color (decimal): -15580899 or 1917202. OLE color: 1917202.

HSL color Cylindrical-coordinate representation of color #12411D: hue angle of 134.04º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12411D is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB186529-
CMYK0.7200.550.75
HSL134.04º56.63%16.27%-
HSV(B)134.04º72.31%25.49%-
XYZ2.3641.81-
YUV46.84117.93107.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 65 (25.78% from 255) = 58.04%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=16.07%
G=58.04%
B=25.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865290.7200.550.75134.0456.6316.27
Hex12411D480374B863910
Octal22101351100671132067120
Binary100101000001111011001000011011110010111000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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