#15391F

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

Shades of Deep Fir #15391F

Tints of Deep Fir #15391F

Color information

#15391F (or 0x15391F) is unknown color: approx Deep Fir. HEX triplet: 15, 39 and 1F. RGB value is (21,57,31). Sum of RGB (Red+Green+Blue) = 21+57+31=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #15391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15391F is #EAC6E0. Grayscale: #2B2B2B. Windows color (decimal): -15386337 or 2046229. OLE color: 2046229.

HSL color Cylindrical-coordinate representation of color #15391F: hue angle of 136.67º 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 #15391F is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB215731-
CMYK0.6300.460.78
HSL136.67º46.15%15.29%-
HSV(B)136.67º63.16%22.35%-
XYZ2.023.181.8-
YUV43.27121.07112.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 57 (22.66% from 255) = 52.29%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=19.27%
G=52.29%
B=28.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2157310.6300.460.78136.6746.1515.29
Hex15391F3F02E4E892ef
Octal257137770561162115617
Binary101011110011111111111101011101001110100010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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