#1A3423

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

Shades of Deep Fir #1A3423

Tints of Deep Fir #1A3423

Color information

#1A3423 (or 0x1A3423) is unknown color: approx Deep Fir. HEX triplet: 1A, 34 and 23. RGB value is (26,52,35). Sum of RGB (Red+Green+Blue) = 26+52+35=113 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.01% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #1A3423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3423 is #E5CBDC. Grayscale: #2A2A2A. Windows color (decimal): -15059933 or 2307098. OLE color: 2307098.

HSL color Cylindrical-coordinate representation of color #1A3423: hue angle of 140.77º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A3423 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB265235-
CMYK0.5000.330.80
HSL140.77º33.33%15.29%-
HSV(B)140.77º50%20.39%-
XYZ1.962.82.03-
YUV42.29123.89116.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.01%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=23.01%
G=46.02%
B=30.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2652350.5000.330.80140.7733.3315.29
Hex1A342332021508d21f
Octal326443620411202154117
Binary1101011010010001111001001000011010000100011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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