#12401D

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

Shades of Deep Fir #12401D

Tints of Deep Fir #12401D

Color information

#12401D (or 0x12401D) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 1D. RGB value is (18,64,29). Sum of RGB (Red+Green+Blue) = 18+64+29=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #12401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12401D is #EDBFE2. Grayscale: #2E2E2E. Windows color (decimal): -15581155 or 1916946. OLE color: 1916946.

HSL color Cylindrical-coordinate representation of color #12401D: hue angle of 134.35º degrees, saturation: 0.56, 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 #12401D is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB186429-
CMYK0.7200.550.75
HSL134.35º56.1%16.08%-
HSV(B)134.35º71.88%25.1%-
XYZ2.33.881.79-
YUV46.26118.26107.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 64 (25.39% from 255) = 57.66%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=16.22%
G=57.66%
B=26.13%

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
Decimal1864290.7200.550.75134.3556.116.08
Hex12401D480374B863810
Octal22100351100671132067020
Binary100101000000111011001000011011110010111000011011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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