#1A3123

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

Shades of Deep Fir #1A3123

Tints of Deep Fir #1A3123

Color information

#1A3123 (or 0x1A3123) is unknown color: approx Deep Fir. HEX triplet: 1A, 31 and 23. RGB value is (26,49,35). Sum of RGB (Red+Green+Blue) = 26+49+35=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3123 is #E5CEDC. Grayscale: #282828. Windows color (decimal): -15060701 or 2306330. OLE color: 2306330.

HSL color Cylindrical-coordinate representation of color #1A3123: hue angle of 143.48º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A3123 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB264935-
CMYK0.4700.290.81
HSL143.48º30.67%14.71%-
HSV(B)143.48º46.94%19.22%-
XYZ1.832.541.98-
YUV40.53124.88117.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.64%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=23.64%
G=44.55%
B=31.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2649350.4700.290.81143.4830.6714.71
Hex1A31232F01D518f1ff
Octal326143570351212173717
Binary11010110001100011101111011101101000110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3123; }

 p { color: rgb(26,49,35); }

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

<style>
 a { background-color: #1A3123; }

 a { background-color: rgb(26,49,35); }

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

<style>
 span { border-color: #1A3123; }

 span { border-color: rgb(26,49,35); }

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