#12491E

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

Shades of Deep Fir #12491E

Tints of Deep Fir #12491E

Color information

#12491E (or 0x12491E) is unknown color: approx Deep Fir. HEX triplet: 12, 49 and 1E. RGB value is (18,73,30). Sum of RGB (Red+Green+Blue) = 18+73+30=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #12491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12491E is #EDB6E1. Grayscale: #333333. Windows color (decimal): -15578850 or 1984786. OLE color: 1984786.

HSL color Cylindrical-coordinate representation of color #12491E: hue angle of 133.09º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12491E is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB187330-
CMYK0.7500.590.71
HSL133.09º60.44%17.84%-
HSV(B)133.09º75.34%28.63%-
XYZ2.874.992.04-
YUV51.65115.78104-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 73 (28.91% from 255) = 60.33%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=14.88%
G=60.33%
B=24.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873300.7500.590.71133.0960.4417.84
Hex12491E4B03B47853c12
Octal22111361130731072057422
Binary100101001001111101001011011101110001111000010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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