#15341F

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

Shades of Deep Fir #15341F

Tints of Deep Fir #15341F

Color information

#15341F (or 0x15341F) is unknown color: approx Deep Fir. HEX triplet: 15, 34 and 1F. RGB value is (21,52,31). Sum of RGB (Red+Green+Blue) = 21+52+31=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #15341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15341F is #EACBE0. Grayscale: #282828. Windows color (decimal): -15387617 or 2044949. OLE color: 2044949.

HSL color Cylindrical-coordinate representation of color #15341F: hue angle of 139.35º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15341F is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB215231-
CMYK0.6000.400.80
HSL139.35º42.47%14.31%-
HSV(B)139.35º59.62%20.39%-
XYZ1.782.711.73-
YUV40.34122.73114.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=20.19%
G=50%
B=29.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152310.6000.400.80139.3542.4714.31
Hex15341F3C028508b2ae
Octal256437740501202135216
Binary101011101001111111110001010001010000100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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