#11421E

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

Shades of Deep Fir #11421E

Tints of Deep Fir #11421E

Color information

#11421E (or 0x11421E) is unknown color: approx Deep Fir. HEX triplet: 11, 42 and 1E. RGB value is (17,66,30). Sum of RGB (Red+Green+Blue) = 17+66+30=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #11421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11421E is #EEBDE1. Grayscale: #2F2F2F. Windows color (decimal): -15646178 or 1982993. OLE color: 1982993.

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

Color convert

RGB176630-
CMYK0.7400.550.74
HSL135.92º59.04%16.27%-
HSV(B)135.92º74.24%25.88%-
XYZ2.414.111.89-
YUV47.24118.27106.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 66 (26.17% from 255) = 58.41%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=15.04%
G=58.41%
B=26.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1766300.7400.550.74135.9259.0416.27
Hex11421E4A0374A883b10
Octal21102361120671122107320
Binary100011000010111101001010011011110010101000100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,66,30); }

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

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

 a { background-color: rgb(17,66,30); }

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

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

 span { border-color: rgb(17,66,30); }

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