#17401E

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

Shades of Deep Fir #17401E

Tints of Deep Fir #17401E

Color information

#17401E (or 0x17401E) is unknown color: approx Deep Fir. HEX triplet: 17, 40 and 1E. RGB value is (23,64,30). Sum of RGB (Red+Green+Blue) = 23+64+30=117 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.66% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #17401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17401E is #E8BFE1. Grayscale: #2F2F2F. Windows color (decimal): -15253474 or 1982487. OLE color: 1982487.

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

Color convert

RGB236430-
CMYK0.6400.530.75
HSL130.24º47.13%17.06%-
HSV(B)130.24º64.06%25.1%-
XYZ2.423.941.86-
YUV47.86117.92110.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.66%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=19.66%
G=54.70%
B=25.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364300.6400.530.75130.2447.1317.06
Hex17401E400354B822f11
Octal27100361000651132025721
Binary101111000000111101000000011010110010111000001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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