#15411F

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

Shades of Deep Fir #15411F

Tints of Deep Fir #15411F

Color information

#15411F (or 0x15411F) is unknown color: approx Deep Fir. HEX triplet: 15, 41 and 1F. RGB value is (21,65,31). Sum of RGB (Red+Green+Blue) = 21+65+31=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #15411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15411F is #EABEE0. Grayscale: #303030. Windows color (decimal): -15384289 or 2048277. OLE color: 2048277.

HSL color Cylindrical-coordinate representation of color #15411F: hue angle of 133.64º 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 #15411F is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB216531-
CMYK0.6800.520.75
HSL133.64º51.16%16.86%-
HSV(B)133.64º67.69%25.49%-
XYZ2.454.041.95-
YUV47.97118.42108.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=17.95%
G=55.56%
B=26.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165310.6800.520.75133.6451.1616.86
Hex15411F440344B863311
Octal25101371040641132066321
Binary101011000001111111000100011010010010111000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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