#1C4729

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

Shades of Deep Fir #1C4729

Tints of Deep Fir #1C4729

Color information

#1C4729 (or 0x1C4729) is unknown color: approx Deep Fir. HEX triplet: 1C, 47 and 29. RGB value is (28,71,41). Sum of RGB (Red+Green+Blue) = 28+71+41=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4729 is #E3B8D6. Grayscale: #363636. Windows color (decimal): -14923991 or 2705180. OLE color: 2705180.

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

Color convert

RGB287141-
CMYK0.6100.420.72
HSL138.14º43.43%19.41%-
HSV(B)138.14º60.56%27.84%-
XYZ3.134.912.88-
YUV54.72120.25108.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=20%
G=50.71%
B=29.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871410.6100.420.72138.1443.4319.41
Hex1C47293D02A488a2b13
Octal3410751750521102125323
Binary111001000111101001111101010101010010001000101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,71,41); }

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

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

 a { background-color: rgb(28,71,41); }

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

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

 span { border-color: rgb(28,71,41); }

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