#15491E

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

Shades of Deep Fir #15491E

Tints of Deep Fir #15491E

Color information

#15491E (or 0x15491E) is unknown color: approx Deep Fir. HEX triplet: 15, 49 and 1E. RGB value is (21,73,30). Sum of RGB (Red+Green+Blue) = 21+73+30=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #15491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15491E is #EAB6E1. Grayscale: #343434. Windows color (decimal): -15382242 or 1984789. OLE color: 1984789.

HSL color Cylindrical-coordinate representation of color #15491E: hue angle of 130.38º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15491E is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB217330-
CMYK0.7100.590.71
HSL130.38º55.32%18.43%-
HSV(B)130.38º71.23%28.63%-
XYZ2.935.022.04-
YUV52.55115.27105.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=16.94%
G=58.87%
B=24.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173300.7100.590.71130.3855.3218.43
Hex15491E4703B47823712
Octal25111361070731072026722
Binary101011001001111101000111011101110001111000001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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