#1C4523

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

Shades of Deep Fir #1C4523

Tints of Deep Fir #1C4523

Color information

#1C4523 (or 0x1C4523) is unknown color: approx Deep Fir. HEX triplet: 1C, 45 and 23. RGB value is (28,69,35). Sum of RGB (Red+Green+Blue) = 28+69+35=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #1C4523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4523 is #E3BADC. Grayscale: #343434. Windows color (decimal): -14924509 or 2311452. OLE color: 2311452.

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

Color convert

RGB286935-
CMYK0.5900.490.73
HSL130.24º42.27%19.02%-
HSV(B)130.24º59.42%27.06%-
XYZ2.914.622.33-
YUV52.86117.92110.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=21.21%
G=52.27%
B=26.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2869350.5900.490.73130.2442.2719.02
Hex1C45233B03149822a13
Octal3410543730611112025223
Binary111001000101100011111011011000110010011000001010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,69,35); }

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

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

 a { background-color: rgb(28,69,35); }

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

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

 span { border-color: rgb(28,69,35); }

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