#1A3B24

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

Shades of Deep Fir #1A3B24

Tints of Deep Fir #1A3B24

Color information

#1A3B24 (or 0x1A3B24) is unknown color: approx Deep Fir. HEX triplet: 1A, 3B and 24. RGB value is (26,59,36). Sum of RGB (Red+Green+Blue) = 26+59+36=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3B24 is #E5C4DB. Grayscale: #2E2E2E. Windows color (decimal): -15058140 or 2374426. OLE color: 2374426.

HSL color Cylindrical-coordinate representation of color #1A3B24: hue angle of 138.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A3B24 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB265936-
CMYK0.5600.390.77
HSL138.18º38.82%16.67%-
HSV(B)138.18º55.93%23.14%-
XYZ2.313.472.22-
YUV46.51122.07113.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 59 (23.44% from 255) = 48.76%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=21.49%
G=48.76%
B=29.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2659360.5600.390.77138.1838.8216.67
Hex1A3B24380274D8a2711
Octal327344700471152124721
Binary11010111011100100111000010011110011011000101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,59,36); }

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

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

 a { background-color: rgb(26,59,36); }

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

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

 span { border-color: rgb(26,59,36); }

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