#15391E

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

Shades of Deep Fir #15391E

Tints of Deep Fir #15391E

Color information

#15391E (or 0x15391E) is unknown color: approx Deep Fir. HEX triplet: 15, 39 and 1E. RGB value is (21,57,30). Sum of RGB (Red+Green+Blue) = 21+57+30=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #15391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15391E is #EAC6E1. Grayscale: #2B2B2B. Windows color (decimal): -15386338 or 1980693. OLE color: 1980693.

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

Color convert

RGB215730-
CMYK0.6300.470.78
HSL135º46.15%15.29%-
HSV(B)135º63.16%22.35%-
XYZ2.013.181.74-
YUV43.16120.57112.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 57 (22.66% from 255) = 52.78%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=19.44%
G=52.78%
B=27.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157300.6300.470.7813546.1515.29
Hex15391E3F02F4E872ef
Octal257136770571162075617
Binary101011110011111011111101011111001110100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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