#1C3E23

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

Shades of Deep Fir #1C3E23

Tints of Deep Fir #1C3E23

Color information

#1C3E23 (or 0x1C3E23) is unknown color: approx Deep Fir. HEX triplet: 1C, 3E and 23. RGB value is (28,62,35). Sum of RGB (Red+Green+Blue) = 28+62+35=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #1C3E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3E23 is #E3C1DC. Grayscale: #303030. Windows color (decimal): -14926301 or 2309660. OLE color: 2309660.

HSL color Cylindrical-coordinate representation of color #1C3E23: hue angle of 132.35º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1C3E23 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.

Color convert

RGB286235-
CMYK0.5500.440.76
HSL132.35º37.78%17.65%-
HSV(B)132.35º54.84%24.31%-
XYZ2.53.812.19-
YUV48.76120.24113.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.4%
GREEN value IS 62 (24.61% from 255) = 49.6%
BLUE value IS 35 (14.06% from 255) = 28%
R=22.4%
G=49.6%
B=28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2862350.5500.440.76132.3537.7817.65
Hex1C3E233702C4C842612
Octal347643670541142044622
Binary11100111110100011110111010110010011001000010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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