#1A3C1F

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

Shades of Deep Fir #1A3C1F

Tints of Deep Fir #1A3C1F

Color information

#1A3C1F (or 0x1A3C1F) is unknown color: approx Deep Fir. HEX triplet: 1A, 3C and 1F. RGB value is (26,60,31). Sum of RGB (Red+Green+Blue) = 26+60+31=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C1F is #E5C3E0. Grayscale: #2E2E2E. Windows color (decimal): -15057889 or 2047002. OLE color: 2047002.

HSL color Cylindrical-coordinate representation of color #1A3C1F: hue angle of 128.82º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C1F is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB266031-
CMYK0.5700.480.76
HSL128.82º39.53%16.86%-
HSV(B)128.82º56.67%23.53%-
XYZ2.293.551.86-
YUV46.53119.24113.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.22%
GREEN value IS 60 (23.83% from 255) = 51.28%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=22.22%
G=51.28%
B=26.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2660310.5700.480.76128.8239.5316.86
Hex1A3C1F390304C812811
Octal327437710601142015021
Binary1101011110011111111001011000010011001000000110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,31); }

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

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

 a { background-color: rgb(26,60,31); }

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

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

 span { border-color: rgb(26,60,31); }

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