#15431E

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

Shades of Deep Fir #15431E

Tints of Deep Fir #15431E

Color information

#15431E (or 0x15431E) is unknown color: approx Deep Fir. HEX triplet: 15, 43 and 1E. RGB value is (21,67,30). Sum of RGB (Red+Green+Blue) = 21+67+30=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #15431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15431E is #EABCE1. Grayscale: #313131. Windows color (decimal): -15383778 or 1983253. OLE color: 1983253.

HSL color Cylindrical-coordinate representation of color #15431E: hue angle of 131.74º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15431E is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB216730-
CMYK0.6900.550.74
HSL131.74º52.27%17.25%-
HSV(B)131.74º68.66%26.27%-
XYZ2.554.271.92-
YUV49.03117.26108.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=17.80%
G=56.78%
B=25.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167300.6900.550.74131.7452.2717.25
Hex15431E450374A843411
Octal25103361050671122046421
Binary101011000011111101000101011011110010101000010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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