#12411A

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

Shades of Deep Fir #12411A

Tints of Deep Fir #12411A

Color information

#12411A (or 0x12411A) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 1A. RGB value is (18,65,26). Sum of RGB (Red+Green+Blue) = 18+65+26=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #12411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411A is #EDBEE5. Grayscale: #2E2E2E. Windows color (decimal): -15580902 or 1720594. OLE color: 1720594.

HSL color Cylindrical-coordinate representation of color #12411A: hue angle of 130.21º 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 #12411A is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB186526-
CMYK0.7200.600.75
HSL130.21º56.63%16.27%-
HSV(B)130.21º72.31%25.49%-
XYZ2.333.981.62-
YUV46.5116.43107.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=16.51%
G=59.63%
B=23.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865260.7200.600.75130.2156.6316.27
Hex12411A4803C4B823910
Octal22101321100741132027120
Binary100101000001110101001000011110010010111000001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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