#132E1D

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

Shades of Deep Fir #132E1D

Tints of Deep Fir #132E1D

Color information

#132E1D (or 0x132E1D) is unknown color: approx Deep Fir. HEX triplet: 13, 2E and 1D. RGB value is (19,46,29). Sum of RGB (Red+Green+Blue) = 19+46+29=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 46 - color contains mainly: green. Hex color #132E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132E1D is #ECD1E2. Grayscale: #242424. Windows color (decimal): -15520227 or 1912339. OLE color: 1912339.

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

Color convert

RGB194629-
CMYK0.5900.370.82
HSL142.22º41.54%12.75%-
HSV(B)142.22º58.7%18.04%-
XYZ1.472.181.51-
YUV35.99124.05115.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 46 (18.36% from 255) = 48.94%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=20.21%
G=48.94%
B=30.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946290.5900.370.82142.2241.5412.75
Hex132E1D3B025528e2ad
Octal235635730451222165215
Binary100111011101110111101101001011010010100011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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