#12391D

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

Shades of Deep Fir #12391D

Tints of Deep Fir #12391D

Color information

#12391D (or 0x12391D) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 1D. RGB value is (18,57,29). Sum of RGB (Red+Green+Blue) = 18+57+29=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #12391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12391D is #EDC6E2. Grayscale: #2A2A2A. Windows color (decimal): -15582947 or 1915154. OLE color: 1915154.

HSL color Cylindrical-coordinate representation of color #12391D: hue angle of 136.92º 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 #12391D is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB185729-
CMYK0.6800.490.78
HSL136.92º52%14.71%-
HSV(B)136.92º68.42%22.35%-
XYZ1.933.141.67-
YUV42.15120.58110.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=17.31%
G=54.81%
B=27.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857290.6800.490.78136.925214.71
Hex12391D440314E8934f
Octal2271351040611162116417
Binary1001011100111101100010001100011001110100010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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