#1C4029

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

Shades of Deep Fir #1C4029

Tints of Deep Fir #1C4029

Color information

#1C4029 (or 0x1C4029) is unknown color: approx Deep Fir. HEX triplet: 1C, 40 and 29. RGB value is (28,64,41). Sum of RGB (Red+Green+Blue) = 28+64+41=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4029 is #E3BFD6. Grayscale: #323232. Windows color (decimal): -14925783 or 2703388. OLE color: 2703388.

HSL color Cylindrical-coordinate representation of color #1C4029: hue angle of 141.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C4029 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB286441-
CMYK0.5600.360.75
HSL141.67º39.13%18.04%-
HSV(B)141.67º56.25%25.1%-
XYZ2.714.072.74-
YUV50.61122.57111.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=21.05%
G=48.12%
B=30.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2864410.5600.360.75141.6739.1318.04
Hex1C4029380244B8e2712
Octal3410051700441132164722
Binary111001000000101001111000010010010010111000111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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