#123D1E

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

Shades of Deep Fir #123D1E

Tints of Deep Fir #123D1E

Color information

#123D1E (or 0x123D1E) is unknown color: approx Deep Fir. HEX triplet: 12, 3D and 1E. RGB value is (18,61,30). Sum of RGB (Red+Green+Blue) = 18+61+30=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #123D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D1E is #EDC2E1. Grayscale: #2C2C2C. Windows color (decimal): -15581922 or 1981714. OLE color: 1981714.

HSL color Cylindrical-coordinate representation of color #123D1E: hue angle of 136.74º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D1E is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.

Color convert

RGB186130-
CMYK0.7000.510.76
HSL136.74º54.43%15.49%-
HSV(B)136.74º70.49%23.92%-
XYZ2.153.561.8-
YUV44.61119.75109.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 61 (24.22% from 255) = 55.96%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=16.51%
G=55.96%
B=27.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861300.7000.510.76136.7454.4315.49
Hex123D1E460334C8936f
Octal2275361060631142116617
Binary1001011110111110100011001100111001100100010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123D1E; }

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

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

<style>
 a { background-color: #123D1E; }

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

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

<style>
 span { border-color: #123D1E; }

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

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