#15401E

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

Shades of Deep Fir #15401E

Tints of Deep Fir #15401E

Color information

#15401E (or 0x15401E) is unknown color: approx Deep Fir. HEX triplet: 15, 40 and 1E. RGB value is (21,64,30). Sum of RGB (Red+Green+Blue) = 21+64+30=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #15401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15401E is #EABFE1. Grayscale: #2F2F2F. Windows color (decimal): -15384546 or 1982485. OLE color: 1982485.

HSL color Cylindrical-coordinate representation of color #15401E: hue angle of 132.56º 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 #15401E is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB216430-
CMYK0.6700.530.75
HSL132.56º50.59%16.67%-
HSV(B)132.56º67.19%25.1%-
XYZ2.383.921.86-
YUV47.27118.25109.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=18.26%
G=55.65%
B=26.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164300.6700.530.75132.5650.5916.67
Hex15401E430354B853311
Octal25100361030651132056321
Binary101011000000111101000011011010110010111000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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