#1A4424

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

Shades of Deep Fir #1A4424

Tints of Deep Fir #1A4424

Color information

#1A4424 (or 0x1A4424) is unknown color: approx Deep Fir. HEX triplet: 1A, 44 and 24. RGB value is (26,68,36). Sum of RGB (Red+Green+Blue) = 26+68+36=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4424 is #E5BBDB. Grayscale: #333333. Windows color (decimal): -15055836 or 2376730. OLE color: 2376730.

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

Color convert

RGB266836-
CMYK0.6200.470.73
HSL134.29º44.68%18.43%-
HSV(B)134.29º61.76%26.67%-
XYZ2.814.482.39-
YUV51.79119.09109.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=20%
G=52.31%
B=27.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668360.6200.470.73134.2944.6818.43
Hex1A44243E02F49862d12
Octal3210444760571112065522
Binary110101000100100100111110010111110010011000011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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