#132A1A

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

Shades of Deep Fir #132A1A

Tints of Deep Fir #132A1A

Color information

#132A1A (or 0x132A1A) is unknown color: approx Deep Fir. HEX triplet: 13, 2A and 1A. RGB value is (19,42,26). Sum of RGB (Red+Green+Blue) = 19+42+26=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 42 (16.80% from 255 or 48.28% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 42 - color contains mainly: green. Hex color #132A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132A1A is #ECD5E5. Grayscale: #212121. Windows color (decimal): -15521254 or 1714707. OLE color: 1714707.

HSL color Cylindrical-coordinate representation of color #132A1A: hue angle of 138.26º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #132A1A is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB194226-
CMYK0.5500.380.84
HSL138.26º37.7%11.96%-
HSV(B)138.26º54.76%16.47%-
XYZ1.281.871.27-
YUV33.3123.88117.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 42 (16.80% from 255) = 48.28%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=21.84%
G=48.28%
B=29.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1942260.5500.380.84138.2637.711.96
Hex132A1A37026548a26c
Octal235232670461242124614
Binary100111010101101011011101001101010100100010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,26); }

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

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

 a { background-color: rgb(19,42,26); }

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

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

 span { border-color: rgb(19,42,26); }

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