#133E1F

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

Shades of Deep Fir #133E1F

Tints of Deep Fir #133E1F

Color information

#133E1F (or 0x133E1F) is unknown color: approx Deep Fir. HEX triplet: 13, 3E and 1F. RGB value is (19,62,31). Sum of RGB (Red+Green+Blue) = 19+62+31=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #133E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E1F is #ECC1E0. Grayscale: #2D2D2D. Windows color (decimal): -15516129 or 2047507. OLE color: 2047507.

HSL color Cylindrical-coordinate representation of color #133E1F: hue angle of 136.74º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E1F is Cyan = 0.69, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB196231-
CMYK0.6900.50.76
HSL136.74º53.09%15.88%-
HSV(B)136.74º69.35%24.31%-
XYZ2.243.681.89-
YUV45.61119.75109.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 62 (24.61% from 255) = 55.36%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=16.96%
G=55.36%
B=27.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1962310.6900.50.76136.7453.0915.88
Hex133E1F450324C893510
Octal2376371050621142116520
Binary10011111110111111000101011001010011001000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133E1F; }

 p { color: rgb(19,62,31); }

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

<style>
 a { background-color: #133E1F; }

 a { background-color: rgb(19,62,31); }

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

<style>
 span { border-color: #133E1F; }

 span { border-color: rgb(19,62,31); }

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