#12411F

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

Shades of Deep Fir #12411F

Tints of Deep Fir #12411F

Color information

#12411F (or 0x12411F) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 1F. RGB value is (18,65,31). Sum of RGB (Red+Green+Blue) = 18+65+31=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #12411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12411F is #EDBEE0. Grayscale: #2F2F2F. Windows color (decimal): -15580897 or 2048274. OLE color: 2048274.

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

Color convert

RGB186531-
CMYK0.7200.520.75
HSL136.6º56.63%16.27%-
HSV(B)136.6º72.31%25.49%-
XYZ2.394.011.94-
YUV47.07118.93107.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 31 (12.5% from 255) = 27.19%
R=15.79%
G=57.02%
B=27.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865310.7200.520.75136.656.6316.27
Hex12411F480344B893910
Octal22101371100641132117120
Binary100101000001111111001000011010010010111000100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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