#15401F

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

Shades of Deep Fir #15401F

Tints of Deep Fir #15401F

Color information

#15401F (or 0x15401F) is unknown color: approx Deep Fir. HEX triplet: 15, 40 and 1F. RGB value is (21,64,31). Sum of RGB (Red+Green+Blue) = 21+64+31=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #15401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401F is #EABFE0. Grayscale: #2F2F2F. Windows color (decimal): -15384545 or 2048021. OLE color: 2048021.

HSL color Cylindrical-coordinate representation of color #15401F: hue angle of 133.95º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15401F is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB216431-
CMYK0.6700.520.75
HSL133.95º50.59%16.67%-
HSV(B)133.95º67.19%25.1%-
XYZ2.393.931.93-
YUV47.38118.75109.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=18.10%
G=55.17%
B=26.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164310.6700.520.75133.9550.5916.67
Hex15401F430344B863311
Octal25100371030641132066321
Binary101011000000111111000011011010010010111000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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