#15381F

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

Shades of Deep Fir #15381F

Tints of Deep Fir #15381F

Color information

#15381F (or 0x15381F) is unknown color: approx Deep Fir. HEX triplet: 15, 38 and 1F. RGB value is (21,56,31). Sum of RGB (Red+Green+Blue) = 21+56+31=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #15381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15381F is #EAC7E0. Grayscale: #2A2A2A. Windows color (decimal): -15386593 or 2045973. OLE color: 2045973.

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

Color convert

RGB215631-
CMYK0.6300.450.78
HSL137.14º45.45%15.1%-
HSV(B)137.14º62.5%21.96%-
XYZ1.973.091.79-
YUV42.68121.4112.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=19.44%
G=51.85%
B=28.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2156310.6300.450.78137.1445.4515.1
Hex15381F3F02D4E892df
Octal257037770551162115517
Binary101011110001111111111101011011001110100010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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