#1A4128

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

Shades of Deep Fir #1A4128

Tints of Deep Fir #1A4128

Color information

#1A4128 (or 0x1A4128) is unknown color: approx Deep Fir. HEX triplet: 1A, 41 and 28. RGB value is (26,65,40). Sum of RGB (Red+Green+Blue) = 26+65+40=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4128 is #E5BED7. Grayscale: #323232. Windows color (decimal): -15056600 or 2638106. OLE color: 2638106.

HSL color Cylindrical-coordinate representation of color #1A4128: hue angle of 141.54º 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 #1A4128 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB266540-
CMYK0.6000.380.75
HSL141.54º42.86%17.84%-
HSV(B)141.54º60%25.49%-
XYZ2.74.152.67-
YUV50.49122.08110.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.85%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=19.85%
G=49.62%
B=30.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2665400.6000.380.75141.5442.8617.84
Hex1A41283C0264B8e2b12
Octal3210150740461132165322
Binary110101000001101000111100010011010010111000111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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