#12401E

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

Shades of Deep Fir #12401E

Tints of Deep Fir #12401E

Color information

#12401E (or 0x12401E) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 1E. RGB value is (18,64,30). Sum of RGB (Red+Green+Blue) = 18+64+30=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #12401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12401E is #EDBFE1. Grayscale: #2E2E2E. Windows color (decimal): -15581154 or 1982482. OLE color: 1982482.

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

Color convert

RGB186430-
CMYK0.7200.530.75
HSL135.65º56.1%16.08%-
HSV(B)135.65º71.88%25.1%-
XYZ2.323.891.86-
YUV46.37118.76107.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=16.07%
G=57.14%
B=26.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864300.7200.530.75135.6556.116.08
Hex12401E480354B883810
Octal22100361100651132107020
Binary100101000000111101001000011010110010111000100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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