#1A4728

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

Shades of Deep Fir #1A4728

Tints of Deep Fir #1A4728

Color information

#1A4728 (or 0x1A4728) is unknown color: approx Deep Fir. HEX triplet: 1A, 47 and 28. RGB value is (26,71,40). Sum of RGB (Red+Green+Blue) = 26+71+40=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4728 is #E5B8D7. Grayscale: #363636. Windows color (decimal): -15055064 or 2639642. OLE color: 2639642.

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

Color convert

RGB267140-
CMYK0.6300.440.72
HSL138.67º46.39%19.02%-
HSV(B)138.67º63.38%27.84%-
XYZ3.064.882.79-
YUV54.01120.09108.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 71 (28.12% from 255) = 51.82%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=18.98%
G=51.82%
B=29.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2671400.6300.440.72138.6746.3919.02
Hex1A47283F02C488b2e13
Octal3210750770541102135623
Binary110101000111101000111111010110010010001000101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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