#1A4428

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

Shades of Deep Fir #1A4428

Tints of Deep Fir #1A4428

Color information

#1A4428 (or 0x1A4428) is unknown color: approx Deep Fir. HEX triplet: 1A, 44 and 28. RGB value is (26,68,40). Sum of RGB (Red+Green+Blue) = 26+68+40=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4428 is #E5BBD7. Grayscale: #343434. Windows color (decimal): -15055832 or 2638874. OLE color: 2638874.

HSL color Cylindrical-coordinate representation of color #1A4428: hue angle of 140º 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 #1A4428 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB266840-
CMYK0.6200.410.73
HSL140º44.68%18.43%-
HSV(B)140º61.76%26.67%-
XYZ2.884.512.73-
YUV52.25121.09109.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=19.40%
G=50.75%
B=29.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668400.6200.410.7314044.6818.43
Hex1A44283E029498c2d12
Octal3210450760511112145522
Binary110101000100101000111110010100110010011000110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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