#15301D

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

Shades of Deep Fir #15301D

Tints of Deep Fir #15301D

Color information

#15301D (or 0x15301D) is unknown color: approx Deep Fir. HEX triplet: 15, 30 and 1D. RGB value is (21,48,29). Sum of RGB (Red+Green+Blue) = 21+48+29=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #15301D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15301D is #EACFE2. Grayscale: #252525. Windows color (decimal): -15388643 or 1912853. OLE color: 1912853.

HSL color Cylindrical-coordinate representation of color #15301D: hue angle of 137.78º 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 #15301D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB214829-
CMYK0.5600.400.81
HSL137.78º39.13%13.53%-
HSV(B)137.78º56.25%18.82%-
XYZ1.592.361.53-
YUV37.76123.05116.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=21.43%
G=48.98%
B=29.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148290.5600.400.81137.7839.1313.53
Hex15301D38028518a27e
Octal256035700501212124716
Binary101011100001110111100001010001010001100010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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