#132F1A

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

Shades of Deep Fir #132F1A

Tints of Deep Fir #132F1A

Color information

#132F1A (or 0x132F1A) is unknown color: approx Deep Fir. HEX triplet: 13, 2F and 1A. RGB value is (19,47,26). Sum of RGB (Red+Green+Blue) = 19+47+26=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 47 (18.75% from 255 or 51.09% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1A is #ECD0E5. Grayscale: #242424. Windows color (decimal): -15519974 or 1715987. OLE color: 1715987.

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

Color convert

RGB194726-
CMYK0.6000.450.82
HSL135º42.42%12.94%-
HSV(B)135º59.57%18.43%-
XYZ1.472.251.33-
YUV36.23122.22115.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 47 (18.75% from 255) = 51.09%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=20.65%
G=51.09%
B=28.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947260.6000.450.8213542.4212.94
Hex132F1A3C02D52872ad
Octal235732740551222075215
Binary100111011111101011110001011011010010100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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