#123B1E

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

Shades of Deep Fir #123B1E

Tints of Deep Fir #123B1E

Color information

#123B1E (or 0x123B1E) is unknown color: approx Deep Fir. HEX triplet: 12, 3B and 1E. RGB value is (18,59,30). Sum of RGB (Red+Green+Blue) = 18+59+30=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #123B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B1E is #EDC4E1. Grayscale: #2B2B2B. Windows color (decimal): -15582434 or 1981202. OLE color: 1981202.

HSL color Cylindrical-coordinate representation of color #123B1E: hue angle of 137.56º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123B1E is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB185930-
CMYK0.6900.490.77
HSL137.56º53.25%15.1%-
HSV(B)137.56º69.49%23.14%-
XYZ2.053.351.77-
YUV43.43120.42109.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 59 (23.44% from 255) = 55.14%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=16.82%
G=55.14%
B=28.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1859300.6900.490.77137.5653.2515.1
Hex123B1E450314D8a35f
Octal2273361050611152126517
Binary1001011101111110100010101100011001101100010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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