#12491C

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

Shades of Deep Fir #12491C

Tints of Deep Fir #12491C

Color information

#12491C (or 0x12491C) is unknown color: approx Deep Fir. HEX triplet: 12, 49 and 1C. RGB value is (18,73,28). Sum of RGB (Red+Green+Blue) = 18+73+28=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #12491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12491C is #EDB6E3. Grayscale: #333333. Windows color (decimal): -15578852 or 1853714. OLE color: 1853714.

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

Color convert

RGB187328-
CMYK0.7500.620.71
HSL130.91º60.44%17.84%-
HSV(B)130.91º75.34%28.63%-
XYZ2.844.981.91-
YUV51.42114.78104.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=15.13%
G=61.34%
B=23.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873280.7500.620.71130.9160.4417.84
Hex12491C4B03E47833c12
Octal22111341130761072037422
Binary100101001001111001001011011111010001111000001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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