#15301F

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

Shades of Deep Fir #15301F

Tints of Deep Fir #15301F

Color information

#15301F (or 0x15301F) is unknown color: approx Deep Fir. HEX triplet: 15, 30 and 1F. RGB value is (21,48,31). Sum of RGB (Red+Green+Blue) = 21+48+31=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #15301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301F is #EACFE0. Grayscale: #262626. Windows color (decimal): -15388641 or 2043925. OLE color: 2043925.

HSL color Cylindrical-coordinate representation of color #15301F: hue angle of 142.22º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15301F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB214831-
CMYK0.5600.350.81
HSL142.22º39.13%13.53%-
HSV(B)142.22º56.25%18.82%-
XYZ1.612.371.67-
YUV37.99124.05115.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 31 (12.5% from 255) = 31%
R=21%
G=48%
B=31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148310.5600.350.81142.2239.1313.53
Hex15301F38023518e27e
Octal256037700431212164716
Binary101011100001111111100001000111010001100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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