#17461F

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

Shades of Deep Fir #17461F

Tints of Deep Fir #17461F

Color information

#17461F (or 0x17461F) is unknown color: approx Deep Fir. HEX triplet: 17, 46 and 1F. RGB value is (23,70,31). Sum of RGB (Red+Green+Blue) = 23+70+31=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #17461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17461F is #E8B9E0. Grayscale: #333333. Windows color (decimal): -15251937 or 2049559. OLE color: 2049559.

HSL color Cylindrical-coordinate representation of color #17461F: hue angle of 130.21º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17461F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB237031-
CMYK0.6700.560.73
HSL130.21º50.54%18.24%-
HSV(B)130.21º67.14%27.45%-
XYZ2.794.662.05-
YUV51.5116.43107.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 70 (27.73% from 255) = 56.45%
BLUE value IS 31 (12.5% from 255) = 25%
R=18.55%
G=56.45%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2370310.6700.560.73130.2150.5418.24
Hex17461F4303849823312
Octal27106371030701112026322
Binary101111000110111111000011011100010010011000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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