#15371E

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

Shades of Deep Fir #15371E

Tints of Deep Fir #15371E

Color information

#15371E (or 0x15371E) is unknown color: approx Deep Fir. HEX triplet: 15, 37 and 1E. RGB value is (21,55,30). Sum of RGB (Red+Green+Blue) = 21+55+30=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #15371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15371E is #EAC8E1. Grayscale: #2A2A2A. Windows color (decimal): -15386850 or 1980181. OLE color: 1980181.

HSL color Cylindrical-coordinate representation of color #15371E: hue angle of 135.88º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15371E is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB215530-
CMYK0.6200.450.78
HSL135.88º44.74%14.9%-
HSV(B)135.88º61.82%21.57%-
XYZ1.912.991.7-
YUV41.98121.24113.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 55 (21.88% from 255) = 51.89%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=19.81%
G=51.89%
B=28.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2155300.6200.450.78135.8844.7414.9
Hex15371E3E02D4E882df
Octal256736760551162105517
Binary101011101111111011111001011011001110100010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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