#17381C

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

Shades of Deep Fir #17381C

Tints of Deep Fir #17381C

Color information

#17381C (or 0x17381C) is unknown color: approx Deep Fir. HEX triplet: 17, 38 and 1C. RGB value is (23,56,28). Sum of RGB (Red+Green+Blue) = 23+56+28=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #17381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17381C is #E8C7E3. Grayscale: #2B2B2B. Windows color (decimal): -15255524 or 1849367. OLE color: 1849367.

HSL color Cylindrical-coordinate representation of color #17381C: hue angle of 129.09º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17381C is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB235628-
CMYK0.5900.500.78
HSL129.09º41.77%15.49%-
HSV(B)129.09º58.93%21.96%-
XYZ1.983.091.59-
YUV42.94119.57113.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.50%
GREEN value IS 56 (22.27% from 255) = 52.34%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=21.50%
G=52.34%
B=26.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2356280.5900.500.78129.0941.7715.49
Hex17381C3B0324E812af
Octal277034730621162015217
Binary101111110001110011101101100101001110100000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17381C; }

 p { color: rgb(23,56,28); }

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

<style>
 a { background-color: #17381C; }

 a { background-color: rgb(23,56,28); }

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

<style>
 span { border-color: #17381C; }

 span { border-color: rgb(23,56,28); }

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