#132D1C

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

Shades of Deep Fir #132D1C

Tints of Deep Fir #132D1C

Color information

#132D1C (or 0x132D1C) is unknown color: approx Deep Fir. HEX triplet: 13, 2D and 1C. RGB value is (19,45,28). Sum of RGB (Red+Green+Blue) = 19+45+28=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #132D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132D1C is #ECD2E3. Grayscale: #232323. Windows color (decimal): -15520484 or 1846547. OLE color: 1846547.

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

Color convert

RGB194528-
CMYK0.5800.380.82
HSL140.77º40.62%12.55%-
HSV(B)140.77º57.78%17.65%-
XYZ1.422.11.43-
YUV35.29123.89116.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=20.65%
G=48.91%
B=30.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1945280.5800.380.82140.7740.6212.55
Hex132D1C3A026528d29d
Octal235534720461222155115
Binary100111011011110011101001001101010010100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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