#17331F

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

Shades of Deep Fir #17331F

Tints of Deep Fir #17331F

Color information

#17331F (or 0x17331F) is unknown color: approx Deep Fir. HEX triplet: 17, 33 and 1F. RGB value is (23,51,31). Sum of RGB (Red+Green+Blue) = 23+51+31=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #17331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17331F is #E8CCE0. Grayscale: #282828. Windows color (decimal): -15256801 or 2044695. OLE color: 2044695.

HSL color Cylindrical-coordinate representation of color #17331F: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #17331F is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB235131-
CMYK0.5500.390.8
HSL137.14º37.84%14.51%-
HSV(B)137.14º54.9%20%-
XYZ1.782.651.71-
YUV40.35122.72115.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=21.90%
G=48.57%
B=29.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2351310.5500.390.8137.1437.8414.51
Hex17331F37027508926f
Octal276337670471202114617
Binary101111100111111111011101001111010000100010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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