#1A4124

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

Shades of Deep Fir #1A4124

Tints of Deep Fir #1A4124

Color information

#1A4124 (or 0x1A4124) is unknown color: approx Deep Fir. HEX triplet: 1A, 41 and 24. RGB value is (26,65,36). Sum of RGB (Red+Green+Blue) = 26+65+36=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4124 is #E5BEDB. Grayscale: #323232. Windows color (decimal): -15056604 or 2375962. OLE color: 2375962.

HSL color Cylindrical-coordinate representation of color #1A4124: hue angle of 135.38º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4124 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB266536-
CMYK0.6000.450.75
HSL135.38º42.86%17.84%-
HSV(B)135.38º60%25.49%-
XYZ2.634.132.33-
YUV50.03120.08110.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.47%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=20.47%
G=51.18%
B=28.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665360.6000.450.75135.3842.8617.84
Hex1A41243C02D4B872b12
Octal3210144740551132075322
Binary110101000001100100111100010110110010111000011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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