#12471E

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

Shades of Deep Fir #12471E

Tints of Deep Fir #12471E

Color information

#12471E (or 0x12471E) is unknown color: approx Deep Fir. HEX triplet: 12, 47 and 1E. RGB value is (18,71,30). Sum of RGB (Red+Green+Blue) = 18+71+30=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #12471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12471E is #EDB8E1. Grayscale: #323232. Windows color (decimal): -15579362 or 1984274. OLE color: 1984274.

HSL color Cylindrical-coordinate representation of color #12471E: hue angle of 133.58º 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 #12471E is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB187130-
CMYK0.7500.580.72
HSL133.58º59.55%17.45%-
HSV(B)133.58º74.65%27.84%-
XYZ2.744.732-
YUV50.48116.44104.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 71 (28.12% from 255) = 59.66%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=15.13%
G=59.66%
B=25.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871300.7500.580.72133.5859.5517.45
Hex12471E4B03A48863c11
Octal22107361130721102067421
Binary100101000111111101001011011101010010001000011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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