#15461F

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

Shades of Deep Fir #15461F

Tints of Deep Fir #15461F

Color information

#15461F (or 0x15461F) is unknown color: approx Deep Fir. HEX triplet: 15, 46 and 1F. RGB value is (21,70,31). Sum of RGB (Red+Green+Blue) = 21+70+31=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #15461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15461F is #EAB9E0. Grayscale: #333333. Windows color (decimal): -15383009 or 2049557. OLE color: 2049557.

HSL color Cylindrical-coordinate representation of color #15461F: hue angle of 132.24º 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 #15461F is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB217031-
CMYK0.7000.560.73
HSL132.24º53.85%17.84%-
HSV(B)132.24º70%27.45%-
XYZ2.754.642.05-
YUV50.9116.77106.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 70 (27.73% from 255) = 57.38%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=17.21%
G=57.38%
B=25.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170310.7000.560.73132.2453.8517.84
Hex15461F4603849843612
Octal25106371060701112046622
Binary101011000110111111000110011100010010011000010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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