#12391F

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

Shades of Deep Fir #12391F

Tints of Deep Fir #12391F

Color information

#12391F (or 0x12391F) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 1F. RGB value is (18,57,31). Sum of RGB (Red+Green+Blue) = 18+57+31=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #12391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12391F is #EDC6E0. Grayscale: #2A2A2A. Windows color (decimal): -15582945 or 2046226. OLE color: 2046226.

HSL color Cylindrical-coordinate representation of color #12391F: hue angle of 140º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12391F is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB185731-
CMYK0.6800.460.78
HSL140º52%14.71%-
HSV(B)140º68.42%22.35%-
XYZ1.963.151.8-
YUV42.37121.58110.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=16.98%
G=53.77%
B=29.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857310.6800.460.781405214.71
Hex12391F4402E4E8c34f
Octal2271371040561162146417
Binary1001011100111111100010001011101001110100011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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