#12481C

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

Shades of Deep Fir #12481C

Tints of Deep Fir #12481C

Color information

#12481C (or 0x12481C) is unknown color: approx Deep Fir. HEX triplet: 12, 48 and 1C. RGB value is (18,72,28). Sum of RGB (Red+Green+Blue) = 18+72+28=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #12481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12481C is #EDB7E3. Grayscale: #323232. Windows color (decimal): -15579108 or 1853458. OLE color: 1853458.

HSL color Cylindrical-coordinate representation of color #12481C: hue angle of 131.11º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12481C is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB187228-
CMYK0.7500.610.72
HSL131.11º60%17.65%-
HSV(B)131.11º75%28.24%-
XYZ2.784.851.89-
YUV50.84115.11104.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=15.25%
G=61.02%
B=23.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872280.7500.610.72131.116017.65
Hex12481C4B03D48833c12
Octal22110341130751102037422
Binary100101001000111001001011011110110010001000001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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