#17311E

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

Shades of Deep Fir #17311E

Tints of Deep Fir #17311E

Color information

#17311E (or 0x17311E) is unknown color: approx Deep Fir. HEX triplet: 17, 31 and 1E. RGB value is (23,49,30). Sum of RGB (Red+Green+Blue) = 23+49+30=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #17311E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17311E is #E8CEE1. Grayscale: #272727. Windows color (decimal): -15257314 or 1978647. OLE color: 1978647.

HSL color Cylindrical-coordinate representation of color #17311E: hue angle of 136.15º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17311E is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.

Color convert

RGB234930-
CMYK0.5300.390.81
HSL136.15º36.11%14.12%-
HSV(B)136.15º53.06%19.22%-
XYZ1.692.471.62-
YUV39.06122.89116.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.55%
GREEN value IS 49 (19.53% from 255) = 48.04%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=22.55%
G=48.04%
B=29.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2349300.5300.390.81136.1536.1114.12
Hex17311E35027518824e
Octal276136650471212104416
Binary101111100011111011010101001111010001100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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