#15441F

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

Shades of Deep Fir #15441F

Tints of Deep Fir #15441F

Color information

#15441F (or 0x15441F) is unknown color: approx Deep Fir. HEX triplet: 15, 44 and 1F. RGB value is (21,68,31). Sum of RGB (Red+Green+Blue) = 21+68+31=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #15441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15441F is #EABBE0. Grayscale: #313131. Windows color (decimal): -15383521 or 2049045. OLE color: 2049045.

HSL color Cylindrical-coordinate representation of color #15441F: hue angle of 132.77º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15441F is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB216831-
CMYK0.6900.540.73
HSL132.77º52.81%17.45%-
HSV(B)132.77º69.12%26.67%-
XYZ2.624.392.01-
YUV49.73117.43107.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=17.5%
G=56.67%
B=25.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168310.6900.540.73132.7752.8117.45
Hex15441F4503649853511
Octal25104371050661112056521
Binary101011000100111111000101011011010010011000010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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