#17351F

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

Shades of Deep Fir #17351F

Tints of Deep Fir #17351F

Color information

#17351F (or 0x17351F) is unknown color: approx Deep Fir. HEX triplet: 17, 35 and 1F. RGB value is (23,53,31). Sum of RGB (Red+Green+Blue) = 23+53+31=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #17351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17351F is #E8CAE0. Grayscale: #292929. Windows color (decimal): -15256289 or 2045207. OLE color: 2045207.

HSL color Cylindrical-coordinate representation of color #17351F: hue angle of 136º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #17351F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB235331-
CMYK0.5700.420.79
HSL136º39.47%14.9%-
HSV(B)136º56.6%20.78%-
XYZ1.872.831.74-
YUV41.52122.06114.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=21.50%
G=49.53%
B=28.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2353310.5700.420.7913639.4714.9
Hex17351F3902A4F8827f
Octal276537710521172104717
Binary101111101011111111100101010101001111100010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17351F; }

 p { color: rgb(23,53,31); }

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

<style>
 a { background-color: #17351F; }

 a { background-color: rgb(23,53,31); }

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

<style>
 span { border-color: #17351F; }

 span { border-color: rgb(23,53,31); }

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