#1A3223

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

Shades of Deep Fir #1A3223

Tints of Deep Fir #1A3223

Color information

#1A3223 (or 0x1A3223) is unknown color: approx Deep Fir. HEX triplet: 1A, 32 and 23. RGB value is (26,50,35). Sum of RGB (Red+Green+Blue) = 26+50+35=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3223 is #E5CDDC. Grayscale: #292929. Windows color (decimal): -15060445 or 2306586. OLE color: 2306586.

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

Color convert

RGB265035-
CMYK0.4800.300.80
HSL142.5º31.58%14.9%-
HSV(B)142.5º48%19.61%-
XYZ1.872.622-
YUV41.11124.55117.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=23.42%
G=45.05%
B=31.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2650350.4800.300.80142.531.5814.9
Hex1A32233001E508e20f
Octal326243600361202164017
Binary110101100101000111100000111101010000100011101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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