#1A4429

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

Shades of Deep Fir #1A4429

Tints of Deep Fir #1A4429

Color information

#1A4429 (or 0x1A4429) is unknown color: approx Deep Fir. HEX triplet: 1A, 44 and 29. RGB value is (26,68,41). Sum of RGB (Red+Green+Blue) = 26+68+41=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4429 is #E5BBD6. Grayscale: #343434. Windows color (decimal): -15055831 or 2704410. OLE color: 2704410.

HSL color Cylindrical-coordinate representation of color #1A4429: hue angle of 141.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4429 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB266841-
CMYK0.6200.400.73
HSL141.43º44.68%18.43%-
HSV(B)141.43º61.76%26.67%-
XYZ2.894.512.82-
YUV52.36121.59109.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=19.26%
G=50.37%
B=30.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668410.6200.400.73141.4344.6818.43
Hex1A44293E028498d2d12
Octal3210451760501112155522
Binary110101000100101001111110010100010010011000110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,68,41); }

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

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

 a { background-color: rgb(26,68,41); }

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

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

 span { border-color: rgb(26,68,41); }

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