#15411E

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

Shades of Deep Fir #15411E

Tints of Deep Fir #15411E

Color information

#15411E (or 0x15411E) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 1E. RGB value is (21,65,30). Sum of RGB (Red+Green+Blue) = 21+65+30=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #15411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411E is #EABEE1. Grayscale: #2F2F2F. Windows color (decimal): -15384290 or 1982741. OLE color: 1982741.

HSL color Cylindrical-coordinate representation of color #15411E: hue angle of 132.27º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15411E is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB216530-
CMYK0.6800.540.75
HSL132.27º51.16%16.86%-
HSV(B)132.27º67.69%25.49%-
XYZ2.434.031.88-
YUV47.85117.92108.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=18.10%
G=56.03%
B=25.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165300.6800.540.75132.2751.1616.86
Hex15411E440364B843311
Octal25101361040661132046321
Binary101011000001111101000100011011010010111000010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,65,30); }

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

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

 a { background-color: rgb(21,65,30); }

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

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

 span { border-color: rgb(21,65,30); }

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