#17321F

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

Shades of Deep Fir #17321F

Tints of Deep Fir #17321F

Color information

#17321F (or 0x17321F) is unknown color: approx Deep Fir. HEX triplet: 17, 32 and 1F. RGB value is (23,50,31). Sum of RGB (Red+Green+Blue) = 23+50+31=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 50 - color contains mainly: green. Hex color #17321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17321F is #E8CDE0. Grayscale: #272727. Windows color (decimal): -15257057 or 2044439. OLE color: 2044439.

HSL color Cylindrical-coordinate representation of color #17321F: hue angle of 137.78º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #17321F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB235031-
CMYK0.5400.380.80
HSL137.78º36.99%14.31%-
HSV(B)137.78º54%19.61%-
XYZ1.742.561.7-
YUV39.76123.05116.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 22.12%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=22.12%
G=48.08%
B=29.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2350310.5400.380.80137.7836.9914.31
Hex17321F36026508a25e
Octal276237660461202124516
Binary101111100101111111011001001101010000100010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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