#12411C

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

Shades of Deep Fir #12411C

Tints of Deep Fir #12411C

Color information

#12411C (or 0x12411C) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 1C. RGB value is (18,65,28). Sum of RGB (Red+Green+Blue) = 18+65+28=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #12411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411C is #EDBEE3. Grayscale: #2E2E2E. Windows color (decimal): -15580900 or 1851666. OLE color: 1851666.

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

Color convert

RGB186528-
CMYK0.7200.570.75
HSL132.77º56.63%16.27%-
HSV(B)132.77º72.31%25.49%-
XYZ2.353.991.75-
YUV46.73117.43107.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 65 (25.78% from 255) = 58.56%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=16.22%
G=58.56%
B=25.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865280.7200.570.75132.7756.6316.27
Hex12411C480394B853910
Octal22101341100711132057120
Binary100101000001111001001000011100110010111000010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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