#132E1C

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

Shades of Deep Fir #132E1C

Tints of Deep Fir #132E1C

Color information

#132E1C (or 0x132E1C) is unknown color: approx Deep Fir. HEX triplet: 13, 2E and 1C. RGB value is (19,46,28). Sum of RGB (Red+Green+Blue) = 19+46+28=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 46 (18.36% from 255 or 49.46% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 46 - color contains mainly: green. Hex color #132E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E1C is #ECD1E3. Grayscale: #232323. Windows color (decimal): -15520228 or 1846803. OLE color: 1846803.

HSL color Cylindrical-coordinate representation of color #132E1C: hue angle of 140º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #132E1C is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.

Color convert

RGB194628-
CMYK0.5900.390.82
HSL140º41.54%12.75%-
HSV(B)140º58.7%18.04%-
XYZ1.462.181.44-
YUV35.88123.55115.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 46 (18.36% from 255) = 49.46%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=20.43%
G=49.46%
B=30.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946280.5900.390.8214041.5412.75
Hex132E1C3B027528c2ad
Octal235634730471222145215
Binary100111011101110011101101001111010010100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132E1C; }

 p { color: rgb(19,46,28); }

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

<style>
 a { background-color: #132E1C; }

 a { background-color: rgb(19,46,28); }

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

<style>
 span { border-color: #132E1C; }

 span { border-color: rgb(19,46,28); }

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