#132F1B

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

Shades of Deep Fir #132F1B

Tints of Deep Fir #132F1B

Color information

#132F1B (or 0x132F1B) is unknown color: approx Deep Fir. HEX triplet: 13, 2F and 1B. RGB value is (19,47,27). Sum of RGB (Red+Green+Blue) = 19+47+27=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #132F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F1B is #ECD0E4. Grayscale: #242424. Windows color (decimal): -15519973 or 1781523. OLE color: 1781523.

HSL color Cylindrical-coordinate representation of color #132F1B: hue angle of 137.14º 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 #132F1B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB194727-
CMYK0.6000.430.82
HSL137.14º42.42%12.94%-
HSV(B)137.14º59.57%18.43%-
XYZ1.482.251.39-
YUV36.35122.72115.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 47 (18.75% from 255) = 50.54%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=20.43%
G=50.54%
B=29.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1947270.6000.430.82137.1442.4212.94
Hex132F1B3C02B52892ad
Octal235733740531222115215
Binary100111011111101111110001010111010010100010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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