#1A4623

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

Shades of Deep Fir #1A4623

Tints of Deep Fir #1A4623

Color information

#1A4623 (or 0x1A4623) is unknown color: approx Deep Fir. HEX triplet: 1A, 46 and 23. RGB value is (26,70,35). Sum of RGB (Red+Green+Blue) = 26+70+35=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4623 is #E5B9DC. Grayscale: #343434. Windows color (decimal): -15055325 or 2311706. OLE color: 2311706.

HSL color Cylindrical-coordinate representation of color #1A4623: hue angle of 132.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4623 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB267035-
CMYK0.6300.50.73
HSL132.27º45.83%18.82%-
HSV(B)132.27º62.86%27.45%-
XYZ2.924.722.35-
YUV52.85117.92108.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.85%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=19.85%
G=53.44%
B=26.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2670350.6300.50.73132.2745.8318.82
Hex1A46233F03249842e13
Octal3210643770621112045623
Binary110101000110100011111111011001010010011000010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,35); }

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

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

 a { background-color: rgb(26,70,35); }

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

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

 span { border-color: rgb(26,70,35); }

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