#17411E

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

Shades of Deep Fir #17411E

Tints of Deep Fir #17411E

Color information

#17411E (or 0x17411E) is unknown color: approx Deep Fir. HEX triplet: 17, 41 and 1E. RGB value is (23,65,30). Sum of RGB (Red+Green+Blue) = 23+65+30=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #17411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17411E is #E8BEE1. Grayscale: #303030. Windows color (decimal): -15253218 or 1982743. OLE color: 1982743.

HSL color Cylindrical-coordinate representation of color #17411E: hue angle of 130º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17411E is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB236530-
CMYK0.6500.540.75
HSL130º47.73%17.25%-
HSV(B)130º64.62%25.49%-
XYZ2.484.061.88-
YUV48.45117.59109.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.49%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=19.49%
G=55.08%
B=25.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365300.6500.540.7513047.7317.25
Hex17411E410364B823011
Octal27101361010661132026021
Binary101111000001111101000001011011010010111000001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17411E; }

 p { color: rgb(23,65,30); }

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

<style>
 a { background-color: #17411E; }

 a { background-color: rgb(23,65,30); }

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

<style>
 span { border-color: #17411E; }

 span { border-color: rgb(23,65,30); }

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