#12471B

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

Shades of Deep Fir #12471B

Tints of Deep Fir #12471B

Color information

#12471B (or 0x12471B) is unknown color: approx Deep Fir. HEX triplet: 12, 47 and 1B. RGB value is (18,71,27). Sum of RGB (Red+Green+Blue) = 18+71+27=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #12471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471B is #EDB8E4. Grayscale: #323232. Windows color (decimal): -15579365 or 1787666. OLE color: 1787666.

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

Color convert

RGB187127-
CMYK0.7500.620.72
HSL130.19º59.55%17.45%-
HSV(B)130.19º74.65%27.84%-
XYZ2.74.711.8-
YUV50.14114.94105.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 71 (28.12% from 255) = 61.21%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=15.52%
G=61.21%
B=23.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871270.7500.620.72130.1959.5517.45
Hex12471B4B03E48823c11
Octal22107331130761102027421
Binary100101000111110111001011011111010010001000001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12471B; }

 p { color: rgb(18,71,27); }

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

<style>
 a { background-color: #12471B; }

 a { background-color: rgb(18,71,27); }

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

<style>
 span { border-color: #12471B; }

 span { border-color: rgb(18,71,27); }

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