#1C3925

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

Shades of Deep Fir #1C3925

Tints of Deep Fir #1C3925

Color information

#1C3925 (or 0x1C3925) is unknown color: approx Deep Fir. HEX triplet: 1C, 39 and 25. RGB value is (28,57,37). Sum of RGB (Red+Green+Blue) = 28+57+37=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3925 is #E3C6DA. Grayscale: #2E2E2E. Windows color (decimal): -14927579 or 2439452. OLE color: 2439452.

HSL color Cylindrical-coordinate representation of color #1C3925: hue angle of 138.62º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3925 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB285737-
CMYK0.5100.350.78
HSL138.62º34.12%16.67%-
HSV(B)138.62º50.88%22.35%-
XYZ2.283.312.27-
YUV46.05122.89115.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.95%
GREEN value IS 57 (22.66% from 255) = 46.72%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=22.95%
G=46.72%
B=30.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2857370.5100.350.78138.6234.1216.67
Hex1C3925330234E8b2211
Octal347145630431162134221
Binary11100111001100101110011010001110011101000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,37); }

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

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

 a { background-color: rgb(28,57,37); }

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

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

 span { border-color: rgb(28,57,37); }

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