#15461E

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

Shades of Deep Fir #15461E

Tints of Deep Fir #15461E

Color information

#15461E (or 0x15461E) is unknown color: approx Deep Fir. HEX triplet: 15, 46 and 1E. RGB value is (21,70,30). Sum of RGB (Red+Green+Blue) = 21+70+30=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 70 (27.73% from 255 or 57.85% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 70 - color contains mainly: green. Hex color #15461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15461E is #EAB9E1. Grayscale: #323232. Windows color (decimal): -15383010 or 1984021. OLE color: 1984021.

HSL color Cylindrical-coordinate representation of color #15461E: hue angle of 131.02º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15461E is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB217030-
CMYK0.7000.570.73
HSL131.02º53.85%17.84%-
HSV(B)131.02º70%27.45%-
XYZ2.734.631.98-
YUV50.79116.27106.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 70 (27.73% from 255) = 57.85%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=17.36%
G=57.85%
B=24.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170300.7000.570.73131.0253.8517.84
Hex15461E4603949833612
Octal25106361060711112036622
Binary101011000110111101000110011100110010011000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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